Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dmbufs.py378 … int(ts), int(sl.sl_class), int(sl.sl_refcnt), int(sl.sl_chunks), int(sl.sl_len), hex(sl.sl_flags))
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:
/xnu-11215/bsd/kern/
H A Duipc_mbuf.c3881 VERIFY(sp->sl_refcnt == 0 && sp->sl_flags == 0);
3912 VERIFY(sp->sl_refcnt == 0 && sp->sl_flags == 0);
3924 nsp->sl_flags == 0);
4080 slab_init(sp, class, sp->sl_flags,
8548 sp->sl_flags = flags;
8563 sp->sl_flags &= ~SLF_DETACHED;
8575 sp->sl_flags &= ~SLF_DETACHED;
8643 sp->sl_flags |= SLF_DETACHED;
8651 (sp->sl_flags & SLF_DETACHED);
10043 nsp->sl_flags = 0;
[all …]