Lines Matching refs:sl
367 sl = addressof(slg.slg_slab[x])
369 obj = sl.sl_base
373 mca = GetMbufMcaPtr(obj, sl.sl_class)
377 …mat.format((x + 1), sl, sl.sl_next, obj, mca, int(ts), int(sl.sl_class), int(sl.sl_refcnt), int(sl…
379 if (sl.sl_flags != 0):
381 if sl.sl_flags & SLF_MAPPED:
383 if sl.sl_flags & SLF_PARTIAL:
385 if sl.sl_flags & SLF_DETACHED:
390 if sl.sl_chunks > 1:
392 c = sl.sl_len // sl.sl_chunks
394 while z < sl.sl_chunks:
395 obj = sl.sl_base + (c * z)
400 mca = GetMbufMcaPtr(obj, sl.sl_class)
514 sl = addressof(slg.slg_slab[j])
515 obj = sl.sl_base
519 if sl.sl_chunks > 1:
521 c = sl.sl_len // sl.sl_chunks
523 while z < sl.sl_chunks:
524 obj = kern.GetValueFromAddress(sl.sl_base + c * z)
560 sl = GetMbufSlab(m)
561 mca = GetMbufMcaPtr(m, sl.sl_class)
593 sl = addressof(slg.slg_slab[y])
594 base = sl.sl_base
598 mca = GetMbufMcaPtr(base, sl.sl_class)
616 out_string += mca_string_format.format(x, y, sl)
619 out_string += mca_string_format.format(x, y, sl)