Searched refs:nb_entry (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/event/octeontx/ |
| H A D | timvf_worker.h | 124 __atomic_add_fetch(&bktp->nb_entry, 1, __ATOMIC_RELAXED); in timr_bkt_inc_nent() 130 __atomic_add_fetch(&bktp->nb_entry, v, __ATOMIC_RELAXED); in timr_bkt_add_nent() 196 if (bkt->nb_entry || !bkt->first_chunk) { in timvf_refill_chunk_generic() 201 if (bkt->nb_entry) { in timvf_refill_chunk_generic() 228 if (bkt->nb_entry) { in timvf_refill_chunk_fpa()
|
| H A D | timvf_evdev.h | 131 uint32_t nb_entry; member
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_tim_worker.h | 105 __atomic_add_fetch(&bktp->nb_entry, 1, __ATOMIC_RELAXED); in cnxk_tim_bkt_inc_nent() 111 __atomic_add_fetch(&bktp->nb_entry, v, __ATOMIC_RELAXED); in cnxk_tim_bkt_add_nent() 188 if (bkt->nb_entry || !bkt->first_chunk) { in cnxk_tim_refill_chunk() 192 if (bkt->nb_entry) { in cnxk_tim_refill_chunk() 220 if (bkt->nb_entry) { in cnxk_tim_insert_chunk()
|
| H A D | cnxk_tim_evdev.h | 108 uint32_t nb_entry; member
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_cryptodev_ops.h | 153 pending_queue_retreat(uint64_t *index, const uint64_t mask, uint64_t nb_entry) in pending_queue_retreat() argument 155 *index = (*index - nb_entry) & mask; in pending_queue_retreat()
|