Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c417 struct mcl_slab *sl_next; /* neighboring slab */ member
1933 nsp = nsp->sl_next; in slab_alloc()
2042 nsp = nsp->sl_next; in slab_free()
2453 nsp = nsp->sl_next; in cslab_alloc()
2541 nsp = nsp->sl_next; in cslab_free()
2922 nsp = nsp->sl_next; in mbuf_cslab_audit()
7261 slg->slg_slab[k - 1].sl_next = &slg->slg_slab[k];
7263 VERIFY(slg->slg_slab[NSLABSPMB - 1].sl_next == NULL);
7268 slg_slab[NSLABSPMB - 1].sl_next == NULL);
7269 slabstbl[ix - 1]->slg_slab[NSLABSPMB - 1].sl_next =
[all …]
/xnu-8020.140.41/tools/lldbmacros/
H A Dmbufs.py218 …out_string += slabs_string_format.format((x + 1), sl, sl.sl_next, obj, mca, int(ts), int(sl.sl_cla…