Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c5851 u_int32_t mb_growth, mb_growth_thresh; local
5927 mb_growth_thresh = 100 - (100 / (1 << mb_growth));
5928 if (percent_pool > mb_growth_thresh) {