Searched refs:MCR_COMP (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c352 #define MCR_COMP MCR_USR1 /* for MC_MBUF_{CL,BIGCL,16KCL} caches */ macro
1602 if ((class == MC_MBUF || class == MC_CL) && (wait & MCR_COMP))
2355 wait |= MCR_COMP;
2877 if (class != MC_BIGCL || (wait & MCR_COMP))
3018 if (wait & MCR_COMP)
3024 if (wait & MCR_COMP)
3029 if (wait & MCR_COMP)
3034 if (wait & MCR_COMP)
5941 m_reclaim(class, num, (wait & MCR_COMP));
5960 mbuf_waiter_inc(class, (wait & MCR_COMP));
[all...]

Completed in 72 milliseconds