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

/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c296 * can be turned into NMBPBG number of mbufs, we preserve enough space for the
420 mcache_audit_t *cl_audit[NMBPBG]; /* array of audits */
1694 VERIFY(sp->sl_head != NULL || sp->sl_refcnt == (NMBPBG - 1));
1773 * and NMBPBG at this point.
1775 VERIFY(sp->sl_refcnt >= 1 && sp->sl_refcnt <= NMBPBG &&
1776 sp->sl_chunks == NMBPBG &&
1778 VERIFY(sp->sl_refcnt < NMBPBG || sp->sl_head == NULL);
1783 VERIFY(class != MC_MBUF || sp->sl_refcnt == NMBPBG);
1855 * A slab that has been splitted for mbufs has at most NMBPBG
1857 * above, it must now be between 0 and NMBPBG
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dmbuf.h107 #define NMBPBG (1 << NMBPBGSHIFT) /* # of mbufs per big cl */ macro

Completed in 34 milliseconds