Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc_internal.h268 z_nocaching :1, /* disallow zone caching for this zone */ member
H A Dzalloc.c8164 } else if (!z->z_nocaching && !zone_exhaustible(z) && zc_auto && in compute_zone_working_set_size()
9586 z->z_nocaching = true;
9745 if ((flags & (ZC_CACHING | ZC_OBJ_CACHE)) && !z->z_nocaching) {
9776 assert(zone->z_va_cur == 0 && !zone->z_smr && !zone->z_nocaching); in zone_enable_smr()