Lines Matching refs:sl
247 sl = addressof(slg.slg_slab[x])
249 obj = sl.sl_base
253 mca = GetMbufMcaPtr(obj, sl.sl_class)
257 …mat.format((x + 1), sl, sl.sl_next, obj, mca, int(ts), int(sl.sl_class), int(sl.sl_refcnt), int(sl…
259 if (sl.sl_flags != 0):
261 if sl.sl_flags & SLF_MAPPED:
263 if sl.sl_flags & SLF_PARTIAL:
265 if sl.sl_flags & SLF_DETACHED:
270 if sl.sl_chunks > 1:
272 c = sl.sl_len // sl.sl_chunks
274 while z < sl.sl_chunks:
275 obj = sl.sl_base + (c * z)
280 mca = GetMbufMcaPtr(obj, sl.sl_class)
376 sl = addressof(slg.slg_slab[j])
377 obj = sl.sl_base
381 if sl.sl_chunks > 1:
383 c = sl.sl_len // sl.sl_chunks
385 while z < sl.sl_chunks:
386 obj = kern.GetValueFromAddress(sl.sl_base + c * z)
422 sl = GetMbufSlab(m)
423 mca = GetMbufMcaPtr(m, sl.sl_class)
455 sl = addressof(slg.slg_slab[y])
456 base = sl.sl_base
460 mca = GetMbufMcaPtr(base, sl.sl_class)
478 out_string += mca_string_format.format(x, y, sl)
481 out_string += mca_string_format.format(x, y, sl)