Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.c2249 uint16_t kt_hash, in kalloc_large() argument
2319 kma_flags, kalloc_guard(tag, kt_hash, owner)).kmr_address; in kalloc_large()
2424 uint16_t kt_hash; in kalloc_ext() local
2437 kt_hash = (uint16_t) KT_GET_HASH(kt_view->kt_flags); in kalloc_ext()
2442 kt_hash = kheap->kh_type_hash; in kalloc_ext()
2455 return kalloc_large(kheap, size, flags, kt_hash, owner); in kalloc_ext()
2956 uint16_t kt_hash, in krealloc_large() argument
3026 kmr_flags, kalloc_guard(tag, kt_hash, owner)); in krealloc_large()
3079 uint16_t kt_hash = 0; in krealloc_ext() local
3101 kt_hash = KT_GET_HASH(kt_view->kt_flags); in krealloc_ext()
[all …]