Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c1555 sp->sl_head = bc->mbc_next; in slab_free()
1556 bc->mbc_next = NULL; in slab_free()
2827 mbc->mbc_next = sp->sl_head;
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h901 union mbigcluster *mbc_next; member