Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Duipc_mbuf.c655 #define m_region_expand(c) mbuf_table[c].mtbl_expand macro
3280 if (i > m_region_expand(MC_BIGCL)) {
3281 m_region_expand(MC_BIGCL) = i;
3294 if (i > m_region_expand(MC_16KCL)) {
3295 m_region_expand(MC_16KCL) = i;
7079 m_region_expand(class) += m_total(class) + num;
7138 if (m_region_expand(MC_CL) > 0) {
7142 n = m_region_expand(MC_CL) -
7150 m_region_expand(MC_CL) = 0;
7157 if (m_region_expand(MC_BIGCL) > 0) {
[all …]