Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c6922 u_int32_t m_mbclusters, m_clusters, m_bigclusters, m_16kclusters; local
6937 m_16kclusters = m_total(MC_16KCL);
6949 (m_16kclusters << NCLPJCLSHIFT) >= njcl)) {
6952 (m_16kclusters << NCLPJCLSHIFT), njcl);
7027 if (((m_16kclusters + num) >> 1) > m_16kclfree) {
7028 j = ((m_16kclusters + num) >> 1) - m_16kclfree;
8284 uint32_t m_16kclusters = m_total(MC_16KCL); local
8285 if (njcl > 0 && (m_16kclusters << NCLPJCLSHIFT) >= njcl) {
9222 u_int32_t m_16kclusters = 0, m_16kclfree = 0, m_mbuf16kclfree = 0; local
9250 m_16kclusters = sp->mbcl_total;
[all …]