Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_page_internal.h1030 #define VPL_UNLOCK(vpl) lck_spin_unlock(vpl) macro
1034 #define VPL_UNLOCK(vpl) lck_mtx_unlock(vpl) macro
H A Dvm_resident.c6882 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
9477 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
9988 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
10111 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
10706 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_fault.c3372 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()