Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c598 struct mcl_slab *sl_next; /* neighboring slab */ member
2637 nsp = nsp->sl_next; in slab_alloc()
2746 nsp = nsp->sl_next; in slab_free()
3157 nsp = nsp->sl_next; in cslab_alloc()
3245 nsp = nsp->sl_next; in cslab_free()
3625 nsp = nsp->sl_next; in mbuf_cslab_audit()
8455 slg->slg_slab[k - 1].sl_next = &slg->slg_slab[k];
8457 VERIFY(slg->slg_slab[NSLABSPMB - 1].sl_next == NULL);
8462 slg_slab[NSLABSPMB - 1].sl_next == NULL);
8463 slabstbl[ix - 1]->slg_slab[NSLABSPMB - 1].sl_next =
[all …]
/xnu-11417.121.6/tools/lldbmacros/
H A Dmbufs.py378 …out_string += slabs_string_format.format((x + 1), sl, sl.sl_next, obj, mca, int(ts), int(sl.sl_cla…