Searched refs:mb_growth_thresh (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c5013 u_int32_t mb_growth, mb_growth_thresh; local
5081 mb_growth_thresh = 100 - (100 / (1 << mb_growth));
5082 if (percent_pool > mb_growth_thresh)

Completed in 23 milliseconds