Lines Matching refs:sl
359 sl = addressof(slg.slg_slab[x])
361 obj = sl.sl_base
365 mca = GetMbufMcaPtr(obj, sl.sl_class)
369 …mat.format((x + 1), sl, sl.sl_next, obj, mca, int(ts), int(sl.sl_class), int(sl.sl_refcnt), int(sl…
371 if (sl.sl_flags != 0):
373 if sl.sl_flags & SLF_MAPPED:
375 if sl.sl_flags & SLF_PARTIAL:
377 if sl.sl_flags & SLF_DETACHED:
382 if sl.sl_chunks > 1:
384 c = sl.sl_len // sl.sl_chunks
386 while z < sl.sl_chunks:
387 obj = sl.sl_base + (c * z)
392 mca = GetMbufMcaPtr(obj, sl.sl_class)
506 sl = addressof(slg.slg_slab[j])
507 obj = sl.sl_base
511 if sl.sl_chunks > 1:
513 c = sl.sl_len // sl.sl_chunks
515 while z < sl.sl_chunks:
516 obj = kern.GetValueFromAddress(sl.sl_base + c * z)
552 sl = GetMbufSlab(m)
553 mca = GetMbufMcaPtr(m, sl.sl_class)
585 sl = addressof(slg.slg_slab[y])
586 base = sl.sl_base
590 mca = GetMbufMcaPtr(base, sl.sl_class)
608 out_string += mca_string_format.format(x, y, sl)
611 out_string += mca_string_format.format(x, y, sl)