Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_page_internal.h1028 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_spin_init(&vlq->vpl_lock, vpl_grp, vpl_attr)
1032 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_mtx_init(&vlq->vpl_lock, vpl_grp, vpl_attr)
H A Dvm_resident.c6824 VPL_LOCK(&lq->vpl_lock); in vm_page_reactivate_local()
6882 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
9467 VPL_LOCK(&lq->vpl_lock); in hibernate_vm_lock_queues()
9477 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
9550 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_setall()
9988 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
10022 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_discard()
10111 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
10697 VPL_LOCK(&lq->vpl_lock); in vm_page_queues_remove()
10706 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_page.h1401 lck_spin_t vpl_lock; member
H A Dvm_fault.c3358 VPL_LOCK(&lq->vpl_lock); in vm_fault_enqueue_page()
3372 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()