Searched refs:UMA_ZONE_FIRSTTOUCH (Results 1 – 4 of 4) sorted by relevance
267 #define UMA_ZONE_FIRSTTOUCH 0x10000 /* First touch NUMA policy */ macro289 UMA_ZONE_FIRSTTOUCH | UMA_ZONE_ROUNDROBIN)
423 UMA_ZONE_FIRSTTOUCH); in bucket_init()2301 keg->uk_flags |= UMA_ZONE_FIRSTTOUCH; in keg_ctor()2302 else if ((keg->uk_flags & UMA_ZONE_FIRSTTOUCH) == 0) in keg_ctor()2675 if ((zone->uz_flags & UMA_ZONE_FIRSTTOUCH) == 0) in zone_ctor()3400 if (zone->uz_flags & UMA_ZONE_FIRSTTOUCH) in cache_alloc_retry()3596 KASSERT((zone->uz_flags & UMA_ZONE_FIRSTTOUCH) != 0, in uma_zalloc_domain()4154 if ((uz_flags & UMA_ZONE_FIRSTTOUCH) != 0) in uma_zfree_smr()4163 if ((uz_flags & UMA_ZONE_FIRSTTOUCH) != 0 && in uma_zfree_smr()4238 if ((uz_flags & UMA_ZONE_FIRSTTOUCH) != 0) in uma_zfree_arg()4252 if ((uz_flags & UMA_ZONE_FIRSTTOUCH) != 0 && in uma_zfree_arg()[all …]
478 UMA_ZONE_FIRSTTOUCH); in kstack_cache_init()