Searched refs:KHEAP_ID_COUNT (Results 1 – 4 of 4) sorted by relevance
468 extern const char * const kalloc_heap_names[KHEAP_ID_COUNT];
657 #define KHEAP_ID_COUNT (KHEAP_ID_KEXT + 1) macro
105 static SECURITY_READ_ONLY_LATE(struct zone_map_range) kalloc_large_range[KHEAP_ID_COUNT];
2705 if (__probable(zsflags.z_kheap_id < KHEAP_ID_COUNT)) { in zone_heap_name()