Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c8359 uint32_t total_clusters = m_total(MC_BIGCL) + m_total(MC_CL) + local
8361 if (total_mbufs < total_clusters) {
8363 total_clusters - total_mbufs);
8365 while (total_mbufs < total_clusters) {
8371 total_clusters = m_total(MC_BIGCL) + m_total(MC_CL) +