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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c5012 u_int32_t percent_pool, percent_kmem; local
5045 percent_pool =
5078 * Grow pool if percent_pool > 75 (normal growth)
5079 * or percent_pool > 50 (aggressive growth).
5082 if (percent_pool > mb_growth_thresh)

Completed in 67 milliseconds