Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c591 struct mcl_slab *sl_next; /* neighboring slab */ member
2629 nsp = nsp->sl_next; in slab_alloc()
2738 nsp = nsp->sl_next; in slab_free()
3149 nsp = nsp->sl_next; in cslab_alloc()
3237 nsp = nsp->sl_next; in cslab_free()
3618 nsp = nsp->sl_next; in mbuf_cslab_audit()
8332 slg->slg_slab[k - 1].sl_next = &slg->slg_slab[k];
8334 VERIFY(slg->slg_slab[NSLABSPMB - 1].sl_next == NULL);
8339 slg_slab[NSLABSPMB - 1].sl_next == NULL);
8340 slabstbl[ix - 1]->slg_slab[NSLABSPMB - 1].sl_next =
[all …]
/xnu-10002.1.13/tools/lldbmacros/
H A Dmbufs.py374 …out_string += slabs_string_format.format((x + 1), sl, sl.sl_next, obj, mca, int(ts), int(sl.sl_cla…