Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Dvm_resident.c891 vm_memory_class_t memory_class = vm_page_get_memory_class(page); in vm_page_steal_free_page() local
895 switch (memory_class) { in vm_page_steal_free_page()
903 panic("Unrecognized memory class %u\n", memory_class); in vm_page_steal_free_page()
938 vm_memory_class_t memory_class = vm_page_get_memory_class(mem); in vm_page_put_list_on_free_queue() local
967 if (memory_class == VM_MEMORY_CLASS_REGULAR && in vm_page_put_list_on_free_queue()
1000 switch (memory_class) { in vm_page_put_list_on_free_queue()
1006 panic("unrecognized memory class %u", memory_class); in vm_page_put_list_on_free_queue()
7023 vm_memory_class_t memory_class = vm_page_get_memory_class(m1); in vm_page_find_contiguous() local
7025 if (memory_class == VM_MEMORY_CLASS_REGULAR) { in vm_page_find_contiguous()
7031 if (memory_class == VM_MEMORY_CLASS_REGULAR) { in vm_page_find_contiguous()