Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Duipc_mbuf.c5875 u_int32_t m_mbclusters, m_clusters, m_bigclusters, m_16kclusters; local
5890 m_16kclusters = m_total(MC_16KCL);
5902 (m_16kclusters << NCLPJCLSHIFT) >= njcl)) {
5905 (m_16kclusters << NCLPJCLSHIFT), njcl);
5980 if (((m_16kclusters + num) >> 1) > m_16kclfree) {
5981 j = ((m_16kclusters + num) >> 1) - m_16kclfree;
7131 uint32_t m_16kclusters = m_total(MC_16KCL); local
7132 if (njcl > 0 && (m_16kclusters << NCLPJCLSHIFT) >= njcl) {
8069 u_int32_t m_16kclusters = 0, m_16kclfree = 0, m_mbuf16kclfree = 0; local
8097 m_16kclusters = sp->mbcl_total;
[all …]