Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_page_internal.h983 #define VPL_UNLOCK(vpl) lck_spin_unlock(vpl) macro
987 #define VPL_UNLOCK(vpl) lck_mtx_unlock(vpl) macro
H A Dvm_resident.c6204 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
8593 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
9099 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
9222 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
9811 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_fault.c3328 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()