Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dkalloc.c263 bool forcopyin = flags & Z_MAY_COPYINMAP; in kalloc_zone_for_size_with_flags() local
270 if (forcopyin) { in kalloc_zone_for_size_with_flags()
345 bool forcopyin = flags & Z_MAY_COPYINMAP; in kheap_size_from_zone() local
353 if (forcopyin) { in kheap_size_from_zone()
362 #pragma unused(addr, forcopyin) in kheap_size_from_zone()