Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dkalloc.c2359 uint16_t kt_hash, in kalloc_large() argument
2432 kma_flags, kalloc_guard(tag, kt_hash, owner)).kmr_address; in kalloc_large()
2537 uint16_t kt_hash; in kalloc_ext() local
2550 kt_hash = (uint16_t) KT_GET_HASH(kt_view->kt_flags); in kalloc_ext()
2555 kt_hash = kheap->kh_type_hash; in kalloc_ext()
2568 return kalloc_large(kheap, size, flags, kt_hash, owner); in kalloc_ext()
3108 uint16_t kt_hash, in krealloc_large() argument
3178 kmr_flags, kalloc_guard(tag, kt_hash, owner)); in krealloc_large()
3231 uint16_t kt_hash = 0; in krealloc_ext() local
3253 kt_hash = KT_GET_HASH(kt_view->kt_flags); in krealloc_ext()
[all …]