Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_page.h971 vm_page_t vmpl_head; member
1002 _vm_page_list_push(&list->vmpl_head, mem); in vm_page_list_push()
1020 .vmpl_head = mem, in vm_page_list_for_page()
1061 if (list->vmpl_head) { in vm_page_list_pop()
1063 return _vm_page_list_pop(&list->vmpl_head); in vm_page_list_pop()
1081 cur = list->vmpl_head; in vm_page_list_reverse()
1082 list->vmpl_head = NULL; in vm_page_list_reverse()
1086 _vm_page_list_push(&list->vmpl_head, cur); in vm_page_list_reverse()
1118 _vm_page_list_foreach(mem, (list).vmpl_head)
H A Dvm_resident.c4367 VM_MEMORY_CLASS_LOPAGE, 1, VM_PAGE_NOT_ON_Q).vmpl_head; in vm_page_grablo()
4715 if (list.vmpl_head) { in vm_page_grab_slow()
4721 *cpu_list = list.vmpl_head; in vm_page_grab_slow()
7405 vm_page_free_list(list.vmpl_head, FALSE); in vm_page_find_contiguous()
7434 vm_page_free_list(list.vmpl_head, FALSE); in vm_page_find_contiguous()
7470 assert(vm_page_verify_contiguous(list.vmpl_head, npages)); in vm_page_find_contiguous()
7518 return list.vmpl_head; in vm_page_find_contiguous()