Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dzalloc_internal.h190 z_nocaching :1, /* disallow zone caching for this zone */ member
H A Dzalloc.c7749 if (!z->z_nocaching && !z->z_pcpu_cache && !z->exhaustible && in compute_zone_working_set_size()
8924 z->z_nocaching = true;
9020 z->z_nocaching = true;
9081 if ((flags & ZC_CACHING) && !z->z_nocaching) {