Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_worker.c175 p->poll_buckets[(ndeq - 1) >> SW_DEQ_STAT_BUCKET_SHIFT]++; in sw_event_dequeue_burst()
H A Dsw_evdev.c671 for (max = (int)RTE_DIM(p->poll_buckets); max-- > 0;) in sw_dump()
672 if (p->poll_buckets[max] != 0) in sw_dump()
675 if (p->poll_buckets[j] != 0) { in sw_dump()
676 float poll_pc = p->poll_buckets[j] * 100.0 / in sw_dump()
H A Dsw_evdev.h190 uint32_t poll_buckets[SW_NUM_POLL_BUCKETS]; member
H A Dsw_evdev_xstats.c94 case poll_return: return p->poll_buckets[extra_arg]; in get_port_bucket_stat()