Home
last modified time | relevance | path

Searched refs:SLF_PARTIAL (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/ !
H A Dmbufdefines.py16 SLF_PARTIAL = 0x0002 variable
H A Dmbufs.py383 if sl.sl_flags & SLF_PARTIAL:
/xnu-12377.41.6/bsd/kern/ !
H A Duipc_mbuf_mcache.c441 #define SLF_PARTIAL 0x0002 /* part of another slab */ macro
1278 (sp->sl_flags & (SLF_MAPPED | SLF_PARTIAL)) == SLF_MAPPED); in slab_alloc()
1339 nsp->sl_flags == (SLF_MAPPED | SLF_PARTIAL) && in slab_alloc()
1407 (sp->sl_flags & (SLF_MAPPED | SLF_PARTIAL)) == SLF_MAPPED); in slab_free()
1447 (nsp->sl_flags & (SLF_MAPPED | SLF_PARTIAL)) && in slab_free()
2618 SLF_MAPPED | SLF_PARTIAL,
2759 VERIFY((sp->sl_flags & (SLF_MAPPED | SLF_PARTIAL)) == SLF_MAPPED);