Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Duipc_mbuf_mcache.c628 #define m_region_expand(c) mbuf_table[c].mtbl_expand macro
2670 if (i > m_region_expand(MC_BIGCL)) {
2671 m_region_expand(MC_BIGCL) = i;
2684 if (i > m_region_expand(MC_16KCL)) {
2685 m_region_expand(MC_16KCL) = i;
4566 m_region_expand(class) += m_total(class) + num;
4625 if (m_region_expand(MC_CL) > 0) {
4629 n = m_region_expand(MC_CL) -
4637 m_region_expand(MC_CL) = 0;
4644 if (m_region_expand(MC_BIGCL) > 0) {
[all …]