Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c6889 u_int32_t mb_growth, mb_growth_thresh; local
6965 mb_growth_thresh = 100 - (100 / (1 << mb_growth));
6966 if (percent_pool > mb_growth_thresh) {