Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_page.h1223 lck_spin_t vpl_lock; member
1787 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_spin_init(&vlq->vpl_lock, vpl_grp, vpl_attr)
1791 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_mtx_init(&vlq->vpl_lock, vpl_grp, vpl_attr)
H A Dvm_resident.c5350 VPL_LOCK(&lq->vpl_lock); in vm_page_reactivate_local()
5408 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
7645 VPL_LOCK(&lq->vpl_lock); in hibernate_vm_lock_queues()
7655 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
7716 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_setall()
8071 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
8105 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_discard()
8194 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
8775 VPL_LOCK(&lq->vpl_lock); in vm_page_queues_remove()
8784 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_fault.c3238 VPL_LOCK(&lq->vpl_lock); in vm_fault_enqueue_page()
3252 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()