Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c429 struct mcl_slab *sl_next; /* neighboring slab */ member
1333 nsp = nsp->sl_next; in slab_alloc()
1441 nsp = nsp->sl_next; in slab_free()
1851 nsp = nsp->sl_next; in cslab_alloc()
1938 nsp = nsp->sl_next; in cslab_free()
2316 nsp = nsp->sl_next; in mbuf_cslab_audit()
4778 slg->slg_slab[k - 1].sl_next = &slg->slg_slab[k];
4780 VERIFY(slg->slg_slab[NSLABSPMB - 1].sl_next == NULL);
4785 slg_slab[NSLABSPMB - 1].sl_next == NULL);
4786 slabstbl[ix - 1]->slg_slab[NSLABSPMB - 1].sl_next =
[all …]
/xnu-12377.41.6/tools/lldbmacros/
H A Dmbufs.py377 …out_string += slabs_string_format.format((x + 1), sl, sl.sl_next, obj, mca, int(ts), int(sl.sl_cla…