Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c7176 uint32_t total_clusters = m_total(MC_BIGCL) + m_total(MC_CL) + local
7178 if (total_mbufs < total_clusters) {
7180 total_clusters - total_mbufs);
7182 while (total_mbufs < total_clusters) {
7188 total_clusters = m_total(MC_BIGCL) + m_total(MC_CL) +