Home
last modified time | relevance | path

Searched refs:vpl_lock (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.121.6/osfmk/vm/
H A Dvm_page_internal.h749 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_spin_init(&vlq->vpl_lock, vpl_grp, vpl_attr)
753 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_mtx_init(&vlq->vpl_lock, vpl_grp, vpl_attr)
H A Dvm_resident.c5915 VPL_LOCK(&lq->vpl_lock); in vm_page_reactivate_local()
5973 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
8341 VPL_LOCK(&lq->vpl_lock); in hibernate_vm_lock_queues()
8351 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
8425 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_setall()
8838 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
8872 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_discard()
8961 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
9526 VPL_LOCK(&lq->vpl_lock); in vm_page_queues_remove()
9535 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_page.h1029 lck_spin_t vpl_lock; member
H A Dvm_fault.c3300 VPL_LOCK(&lq->vpl_lock); in vm_fault_enqueue_page()
3314 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()