Home
last modified time | relevance | path

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

/dpdk/drivers/event/octeontx/
H A Dtimvf_worker.h22 return __atomic_load_n(&bktp->chunk_remainder, in timr_bkt_get_rem()
29 __atomic_store_n(&bktp->chunk_remainder, v, in timr_bkt_set_rem()
36 __atomic_fetch_sub(&bktp->chunk_remainder, v, in timr_bkt_sub_rem()
380 uint16_t chunk_remainder; in timvf_add_entry_brst() local
405 rem = chunk_remainder - nb_timers; in timvf_add_entry_brst()
407 crem = nb_chunk_slots - chunk_remainder; in timvf_add_entry_brst()
408 if (chunk_remainder && crem) { in timvf_add_entry_brst()
414 timr_bkt_sub_rem(bkt, chunk_remainder); in timvf_add_entry_brst()
415 timr_bkt_add_nent(bkt, chunk_remainder); in timvf_add_entry_brst()
417 rem = nb_timers - chunk_remainder; in timvf_add_entry_brst()
[all …]
H A Dtimvf_evdev.h137 int16_t chunk_remainder; member
/dpdk/drivers/event/cnxk/
H A Dcnxk_tim_worker.h287 bkt->chunk_remainder = 0; in cnxk_tim_add_entry_sp()
295 bkt->chunk_remainder = tim_ring->nb_chunk_slots - 1; in cnxk_tim_add_entry_sp()
405 __atomic_store_n(&bkt->chunk_remainder, in cnxk_tim_add_entry_mp()
450 uint16_t chunk_remainder; in cnxk_tim_add_entry_brst() local
517 chunk_remainder = cnxk_tim_bkt_fetch_rem(lock_sema); in cnxk_tim_add_entry_brst()
518 rem = chunk_remainder - nb_timers; in cnxk_tim_add_entry_brst()
520 crem = tim_ring->nb_chunk_slots - chunk_remainder; in cnxk_tim_add_entry_brst()
521 if (chunk_remainder && crem) { in cnxk_tim_add_entry_brst()
528 cnxk_tim_bkt_sub_rem(bkt, chunk_remainder); in cnxk_tim_add_entry_brst()
529 cnxk_tim_bkt_add_nent(bkt, chunk_remainder); in cnxk_tim_add_entry_brst()
[all …]
H A Dcnxk_tim_evdev.h114 int16_t chunk_remainder; member