Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.c6150 VPL_LOCK(&lq->vpl_lock); in vm_page_reactivate_local()
6208 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
8600 VPL_LOCK(&lq->vpl_lock); in hibernate_vm_lock_queues()
8610 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
8683 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_setall()
9105 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
9139 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_discard()
9228 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
9811 VPL_LOCK(&lq->vpl_lock); in vm_page_queues_remove()
9820 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_page.h1255 lck_spin_t vpl_lock; member
H A Dvm_fault.c3337 VPL_LOCK(&lq->vpl_lock); in vm_fault_enqueue_page()
3351 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()