Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c6937 u_int32_t m_mbclusters, m_clusters, m_bigclusters, m_16kclusters; local
6952 m_16kclusters = m_total(MC_16KCL);
6964 (m_16kclusters << NCLPJCLSHIFT) >= njcl)) {
6967 (m_16kclusters << NCLPJCLSHIFT), njcl);
7042 if (((m_16kclusters + num) >> 1) > m_16kclfree) {
7043 j = ((m_16kclusters + num) >> 1) - m_16kclfree;
8295 uint32_t m_16kclusters = m_total(MC_16KCL); local
8296 if (njcl > 0 && (m_16kclusters << NCLPJCLSHIFT) >= njcl) {
9233 u_int32_t m_16kclusters = 0, m_16kclfree = 0, m_mbuf16kclfree = 0; local
9261 m_16kclusters = sp->mbcl_total;
[all …]