Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.c6881 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
9476 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
9987 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
10110 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
10705 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_fault.c3371 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()