Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.c6208 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
8610 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
9105 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
9228 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
9820 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_fault.c3351 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()