Searched refs:UMA_ZONE_FIRSTTOUCH (Results 1 – 4 of 4) sorted by relevance
270 #define UMA_ZONE_FIRSTTOUCH 0x10000 /* First touch NUMA policy */ macro297 UMA_ZONE_FIRSTTOUCH | UMA_ZONE_ROUNDROBIN | UMA_ZONE_NOKASAN)
427 UMA_ZONE_FIRSTTOUCH); in bucket_init()2520 keg->uk_flags |= UMA_ZONE_FIRSTTOUCH; in keg_ctor()2521 else if ((keg->uk_flags & UMA_ZONE_FIRSTTOUCH) == 0) in keg_ctor()2909 if ((zone->uz_flags & UMA_ZONE_FIRSTTOUCH) == 0) in zone_ctor()3705 if (zone->uz_flags & UMA_ZONE_FIRSTTOUCH) in cache_alloc_retry()3859 ((cache_uz_flags(cache) & UMA_ZONE_FIRSTTOUCH) == 0 || in cache_alloc()3898 KASSERT((zone->uz_flags & UMA_ZONE_FIRSTTOUCH) != 0, in uma_zalloc_domain()4493 if ((uz_flags & UMA_ZONE_FIRSTTOUCH) != 0) in uma_zfree_smr()4502 if ((uz_flags & UMA_ZONE_FIRSTTOUCH) != 0 && in uma_zfree_smr()4578 if ((uz_flags & UMA_ZONE_FIRSTTOUCH) != 0) in uma_zfree_arg()[all …]
698 UMA_ZONE_FIRSTTOUCH); in kstack_cache_init()
498 UMA_ZONE_FIRSTTOUCH | UMA_ZONE_NOTRIM); in ktls_init()