Lines Matching refs:sl
368 sl = addressof(slg.slg_slab[x])
370 obj = sl.sl_base
374 mca = GetMbufMcaPtr(obj, sl.sl_class)
378 …mat.format((x + 1), sl, sl.sl_next, obj, mca, int(ts), int(sl.sl_class), int(sl.sl_refcnt), int(sl…
380 if (sl.sl_flags != 0):
382 if sl.sl_flags & SLF_MAPPED:
384 if sl.sl_flags & SLF_PARTIAL:
386 if sl.sl_flags & SLF_DETACHED:
391 if sl.sl_chunks > 1:
393 c = sl.sl_len // sl.sl_chunks
395 while z < sl.sl_chunks:
396 obj = sl.sl_base + (c * z)
401 mca = GetMbufMcaPtr(obj, sl.sl_class)
515 sl = addressof(slg.slg_slab[j])
516 obj = sl.sl_base
520 if sl.sl_chunks > 1:
522 c = sl.sl_len // sl.sl_chunks
524 while z < sl.sl_chunks:
525 obj = kern.GetValueFromAddress(sl.sl_base + c * z)
561 sl = GetMbufSlab(m)
562 mca = GetMbufMcaPtr(m, sl.sl_class)
594 sl = addressof(slg.slg_slab[y])
595 base = sl.sl_base
599 mca = GetMbufMcaPtr(base, sl.sl_class)
617 out_string += mca_string_format.format(x, y, sl)
620 out_string += mca_string_format.format(x, y, sl)