Searched refs:poll_buckets (Results 1 – 4 of 4) sorted by relevance
670 for (max = (int)RTE_DIM(p->poll_buckets); max-- > 0;) in sw_dump()671 if (p->poll_buckets[max] != 0) in sw_dump()674 if (p->poll_buckets[j] != 0) { in sw_dump()675 float poll_pc = p->poll_buckets[j] * 100.0 / in sw_dump()
175 p->poll_buckets[(ndeq - 1) >> SW_DEQ_STAT_BUCKET_SHIFT]++; in sw_event_dequeue_burst()
190 uint32_t poll_buckets[SW_NUM_POLL_BUCKETS]; member
99 case poll_return: return p->poll_buckets[extra_arg]; in get_port_bucket_stat()