Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.c260 bool forcopyin = flags & Z_MAY_COPYINMAP; in kalloc_zone_for_size_with_flags() local
267 if (forcopyin) { in kalloc_zone_for_size_with_flags()
342 bool forcopyin = flags & Z_MAY_COPYINMAP; in kheap_size_from_zone() local
350 if (forcopyin) { in kheap_size_from_zone()
359 #pragma unused(addr, forcopyin) in kheap_size_from_zone()