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