Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_page.h975 vm_page_t vmpl_head; member
1006 _vm_page_list_push(&list->vmpl_head, mem); in vm_page_list_push()
1024 .vmpl_head = mem, in vm_page_list_for_page()
1065 if (list->vmpl_head) { in vm_page_list_pop()
1067 return _vm_page_list_pop(&list->vmpl_head); in vm_page_list_pop()
1085 cur = list->vmpl_head; in vm_page_list_reverse()
1086 list->vmpl_head = NULL; in vm_page_list_reverse()
1090 _vm_page_list_push(&list->vmpl_head, cur); in vm_page_list_reverse()
1122 _vm_page_list_foreach(mem, (list).vmpl_head)
H A Dvm_resident.c4369 VM_MEMORY_CLASS_LOPAGE, 1, VM_PAGE_NOT_ON_Q).vmpl_head; in vm_page_grablo()
4717 if (list.vmpl_head) { in vm_page_grab_slow()
4723 *cpu_list = list.vmpl_head; in vm_page_grab_slow()
7409 vm_page_free_list(list.vmpl_head, FALSE); in vm_page_find_contiguous()
7438 vm_page_free_list(list.vmpl_head, FALSE); in vm_page_find_contiguous()
7474 assert(vm_page_verify_contiguous(list.vmpl_head, npages)); in vm_page_find_contiguous()
7522 return list.vmpl_head; in vm_page_find_contiguous()
/xnu-12377.1.9/osfmk/arm64/
H A Dmachine_routines.c2084 vm_page_free_list(ml_static_mfree_pre_slide_list.vmpl_head, false); in ml_release_deferred_pages()