Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/ !
H A Dvm_page.h1217 lck_spin_t vpl_lock; member
1219 lck_mtx_t vpl_lock; member
1724 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_spin_init(&vlq->vpl_lock, vpl_grp, vpl_attr)
1728 #define VPL_LOCK_INIT(vlq, vpl_grp, vpl_attr) lck_mtx_init_ext(&vlq->vpl_lock, &vlq->vpl_lock_ext, …
H A Dvm_resident.c5258 VPL_LOCK(&lq->vpl_lock); in vm_page_reactivate_local()
5320 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
7500 VPL_LOCK(&lq->vpl_lock); in hibernate_vm_lock_queues()
7510 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
7570 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_setall()
7924 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
7958 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_discard()
8047 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
8630 VPL_LOCK(&lq->vpl_lock); in vm_page_queues_remove()
8639 VPL_UNLOCK(&lq->vpl_lock); in vm_page_queues_remove()
H A Dvm_fault.c3215 VPL_LOCK(&lq->vpl_lock); in vm_fault_enqueue_page()
3229 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()