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

/xnu-2422.115.4/tools/lldbmacros/
H A Dmbufdefines.py17 SLF_PARTIAL = 0x0002 variable
H A Dmbufs.py159 if sl.sl_flags & SLF_PARTIAL:
/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf.c377 * used. The rest of the slabs are marked with SLF_PARTIAL to indicate
395 #define SLF_PARTIAL 0x0002 /* part of another slab */ macro
1663 (sp->sl_flags & (SLF_MAPPED | SLF_PARTIAL)) == SLF_MAPPED);
1730 nsp->sl_flags == (SLF_MAPPED | SLF_PARTIAL) &&
1780 (sp->sl_flags & (SLF_MAPPED | SLF_PARTIAL)) == SLF_MAPPED);
1823 (nsp->sl_flags & (SLF_MAPPED | SLF_PARTIAL)) &&
2823 SLF_MAPPED | SLF_PARTIAL,
2962 (sp->sl_flags & (SLF_MAPPED | SLF_PARTIAL)) == SLF_MAPPED);

Completed in 19 milliseconds