Lines Matching refs:kalloc_heap_t
1836 static inline kalloc_heap_t
1839 kalloc_heap_t fallback = KHEAP_DEFAULT; in kalloc_type_get_heap()
1867 kalloc_heap_t kheap, in kalloc_large()
2034 kalloc_heap_t kheap; in kalloc_ext()
2267 kfree_heap_confusion_panic(kalloc_heap_t kheap, void *data, size_t size, zone_t z) in kfree_heap_confusion_panic()
2328 kalloc_heap_t kheap, in kfree_size_require()
2384 kalloc_heap_t kheap; in kfree_zone()
2497 kfree_addr_ext(kalloc_heap_t kheap, void *data) in kfree_addr_ext()
2533 (kheap_free_bounded)(kalloc_heap_t kheap, void *addr,
2606 kalloc_heap_t kheap, in krealloc_large()
2759 kalloc_heap_t kheap; in krealloc_ext()
2955 kheap_startup_init(kalloc_heap_t kheap) in kheap_startup_init()
2957 kalloc_heap_t parent_heap; in kheap_startup_init()
3262 test_bucket_size(kalloc_heap_t kheap, vm_size_t size) in test_bucket_size()