Searched refs:poll_buckets (Results 1 – 4 of 4) sorted by relevance
175 p->poll_buckets[(ndeq - 1) >> SW_DEQ_STAT_BUCKET_SHIFT]++; in sw_event_dequeue_burst()
671 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()
190 uint32_t poll_buckets[SW_NUM_POLL_BUCKETS]; member
94 case poll_return: return p->poll_buckets[extra_arg]; in get_port_bucket_stat()