Searched refs:UMA_ZFLAG_TRASH (Results 1 – 3 of 3) sorted by relevance
168 #define UMA_ZFLAG_TRASH 0x40000000 /* Add trash ctor/dtor. */ macro
2655 zone->uz_flags |= UMA_ZFLAG_TRASH | UMA_ZFLAG_CTORDTOR; in zone_ctor()3235 if (!skipdbg && (zone->uz_flags & UMA_ZFLAG_TRASH) != 0 && in item_ctor()3276 if (!skipdbg && (zone->uz_flags & UMA_ZFLAG_TRASH) != 0 && in item_dtor()