Searched refs:UMA_ZONE_NOTOUCH (Results 1 – 4 of 4) sorted by relevance
241 #define UMA_ZONE_NOTOUCH 0x0008 /* UMA may not access the memory */ macro287 (UMA_ZONE_NOTOUCH | UMA_ZONE_MALLOC | UMA_ZONE_NOFREE | \
2106 (keg->uk_flags & (UMA_ZONE_NOTOUCH | UMA_ZONE_PCPU)) == 0, in keg_layout()2146 if ((keg->uk_flags & (UMA_ZONE_NOTOUCH | UMA_ZONE_PCPU)) == 0) in keg_layout()3090 if ((!(flags & (UMA_ZONE_ZINIT | UMA_ZONE_NOTOUCH | in uma_zcreate()
248 uma_flags = UMA_ZONE_NOTOUCH; in busdma_init()