Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c5847 u_int32_t m_mbclusters, m_clusters, m_bigclusters, m_16kclusters; local
5862 m_16kclusters = m_total(MC_16KCL);
5874 (m_16kclusters << NCLPJCLSHIFT) >= njcl)) {
5877 (m_16kclusters << NCLPJCLSHIFT), njcl);
5952 if (((m_16kclusters + num) >> 1) > m_16kclfree) {
5953 j = ((m_16kclusters + num) >> 1) - m_16kclfree;
7101 uint32_t m_16kclusters = m_total(MC_16KCL); local
7102 if (njcl > 0 && (m_16kclusters << NCLPJCLSHIFT) >= njcl) {
8039 u_int32_t m_16kclusters = 0, m_16kclfree = 0, m_mbuf16kclfree = 0; local
8067 m_16kclusters = sp->mbcl_total;
[all …]