Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc_internal.h174 z_nocaching :1, /* disallow zone caching for this zone */ member
H A Dzalloc.c6948 if (!z->z_nocaching && !z->z_pcpu_cache && !z->exhaustible && in compute_zone_working_set_size()
8091 z->z_nocaching = true;
8173 z->z_nocaching = true;
8229 if ((flags & ZC_CACHING) && !z->z_nocaching) {