Home
last modified time | relevance | path

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

/xnu-8792.61.2/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.c5352 VPL_LOCK(&lq->vpl_lock); in vm_page_reactivate_local()
5410 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
7604 VPL_LOCK(&lq->vpl_lock); in hibernate_vm_lock_queues()
7614 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
7675 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_setall()
8030 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
8064 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_discard()
8153 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
8734 VPL_LOCK(&lq->vpl_lock); in vm_page_queues_remove()
8743 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_fault.c3189 VPL_LOCK(&lq->vpl_lock); in vm_fault_enqueue_page()
3203 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()