Searched refs:mb_growth (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
5054 mb_growth = MB_GROWTH_NORMAL;
5056 mb_growth = MB_GROWTH_AGGRESSIVE;
5081 mb_growth_thresh = 100 - (100 / (1 << mb_growth));
5083 j = ((sumclusters + num) >> mb_growth) -

Completed in 26 milliseconds