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

/xnu-2422.115.4/tools/lldbmacros/
H A Dmbufdefines.py18 SLF_DETACHED = 0x0004 variable
H A Dmbufs.py161 if sl.sl_flags & SLF_DETACHED:
/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf.c364 * gets removed (SLF_DETACHED) from the class's slab list. A chunk that is
396 #define SLF_DETACHED 0x0004 /* not in slab freelist */ macro
6282 sp->sl_flags &= ~SLF_DETACHED;
6290 sp->sl_flags &= ~SLF_DETACHED;
6357 sp->sl_flags |= SLF_DETACHED;
6365 (sp->sl_flags & SLF_DETACHED));

Completed in 36 milliseconds