Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_page_internal.h981 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_spin_init(&vlq->vpl_lock, vpl_grp, vpl_attr)
985 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_mtx_init(&vlq->vpl_lock, vpl_grp, vpl_attr)
H A Dvm_resident.c6146 VPL_LOCK(&lq->vpl_lock); in vm_page_reactivate_local()
6204 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
8583 VPL_LOCK(&lq->vpl_lock); in hibernate_vm_lock_queues()
8593 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
8666 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_setall()
9099 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
9133 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_discard()
9222 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
9802 VPL_LOCK(&lq->vpl_lock); in vm_page_queues_remove()
9811 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_page.h1251 lck_spin_t vpl_lock; member
H A Dvm_fault.c3314 VPL_LOCK(&lq->vpl_lock); in vm_fault_enqueue_page()
3328 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()