Home
last modified time | relevance | path

Searched refs:NET_PERF_BARS (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/bsd/net/
H A Dnet_perf.h39 #define NET_PERF_BARS 4 macro
49 uint8_t np_hist_bars[NET_PERF_BARS];
H A Dnet_perf.c68 for (uint8_t i = 1, j = 0; i <= 64 && j < NET_PERF_BARS; i++) { in update_bins()
104 return NET_PERF_BARS == __builtin_popcountll(bins); in net_perf_validate_bins()