Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c839 #define m_region_expand(c) mbuf_table[c].mtbl_expand macro
3990 if (i > m_region_expand(MC_BIGCL)) {
3991 m_region_expand(MC_BIGCL) = i;
4004 if (i > m_region_expand(MC_16KCL)) {
4005 m_region_expand(MC_16KCL) = i;
8232 m_region_expand(class) += m_total(class) + num;
8291 if (m_region_expand(MC_CL) > 0) {
8295 n = m_region_expand(MC_CL) -
8303 m_region_expand(MC_CL) = 0;
8310 if (m_region_expand(MC_BIGCL) > 0) {
[all …]