Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c6926 u_int32_t mb_growth, mb_growth_thresh; local
7002 mb_growth_thresh = 100 - (100 / (1 << mb_growth));
7003 if (percent_pool > mb_growth_thresh) {