Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c845 #define m_region_expand(c) mbuf_table[c].mtbl_expand macro
3979 if (i > m_region_expand(MC_BIGCL)) {
3980 m_region_expand(MC_BIGCL) = i;
3993 if (i > m_region_expand(MC_16KCL)) {
3994 m_region_expand(MC_16KCL) = i;
8243 m_region_expand(class) += m_total(class) + num;
8302 if (m_region_expand(MC_CL) > 0) {
8306 n = m_region_expand(MC_CL) -
8314 m_region_expand(MC_CL) = 0;
8321 if (m_region_expand(MC_BIGCL) > 0) {
[all …]