Home
last modified time | relevance | path

Searched refs:nb_entry (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/event/octeontx/
H A Dtimvf_worker.h122 __atomic_add_fetch(&bktp->nb_entry, 1, __ATOMIC_RELAXED); in timr_bkt_inc_nent()
128 __atomic_add_fetch(&bktp->nb_entry, v, __ATOMIC_RELAXED); in timr_bkt_add_nent()
194 if (bkt->nb_entry || !bkt->first_chunk) { in timvf_refill_chunk_generic()
199 if (bkt->nb_entry) { in timvf_refill_chunk_generic()
226 if (bkt->nb_entry) { in timvf_refill_chunk_fpa()
H A Dtimvf_evdev.h131 uint32_t nb_entry; member
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_worker.h100 __atomic_add_fetch(&bktp->nb_entry, 1, __ATOMIC_RELAXED); in tim_bkt_inc_nent()
106 __atomic_add_fetch(&bktp->nb_entry, v, __ATOMIC_RELAXED); in tim_bkt_add_nent()
183 if (bkt->nb_entry || !bkt->first_chunk) { in tim_refill_chunk()
187 if (bkt->nb_entry) { in tim_refill_chunk()
215 if (bkt->nb_entry) { in tim_insert_chunk()
H A Dotx2_tim_evdev.h97 uint32_t nb_entry; member