Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1919 #define MBUF_CLASS_MIN MC_MBUF macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c4693 if (zid < m_class_to_zid(MBUF_CLASS_MIN) || in mbuf_zone_exhausted()
H A Duipc_mbuf_mcache.c396 ((int)(c) >= MBUF_CLASS_MIN && (int)(c) <= MBUF_CLASS_MAX)