Home
last modified time | relevance | path

Searched refs:z_nocaching (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/osfmk/kern/ !
H A Dzalloc_internal.h269 z_nocaching :1, /* disallow zone caching for this zone */ member
H A Dzalloc.c8168 } else if (!z->z_nocaching && !zone_exhaustible(z) && zc_auto && in compute_zone_working_set_size()
9590 z->z_nocaching = true;
9764 if ((flags & (ZC_CACHING | ZC_OBJ_CACHE)) && !z->z_nocaching) {
9795 assert(zone->z_va_cur == 0 && !zone->z_smr && !zone->z_nocaching); in zone_enable_smr()