Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/vm/
H A Dvm_page.h1218 lck_spin_t vpl_lock; member
1782 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_spin_init(&vlq->vpl_lock, vpl_grp, vpl_attr)
1786 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_mtx_init(&vlq->vpl_lock, vpl_grp, vpl_attr)
H A Dvm_resident.c5341 VPL_LOCK(&lq->vpl_lock); in vm_page_reactivate_local()
5399 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
7599 VPL_LOCK(&lq->vpl_lock); in hibernate_vm_lock_queues()
7609 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
7670 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_setall()
8025 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
8059 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_discard()
8148 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
8729 VPL_LOCK(&lq->vpl_lock); in vm_page_queues_remove()
8738 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_fault.c3225 VPL_LOCK(&lq->vpl_lock); in vm_fault_enqueue_page()
3239 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()