Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.c6823 VPL_LOCK(&lq->vpl_lock); in vm_page_reactivate_local()
6881 VPL_UNLOCK(&lq->vpl_lock); in vm_page_reactivate_local()
9466 VPL_LOCK(&lq->vpl_lock); in hibernate_vm_lock_queues()
9476 VPL_UNLOCK(&lq->vpl_lock); in hibernate_vm_unlock_queues()
9549 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_setall()
9987 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_setall()
10021 VPL_LOCK(&lq->vpl_lock); in hibernate_page_list_discard()
10110 VPL_UNLOCK(&lq->vpl_lock); in hibernate_page_list_discard()
10696 VPL_LOCK(&lq->vpl_lock); in vm_page_queues_remove()
10705 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.c3357 VPL_LOCK(&lq->vpl_lock); in vm_fault_enqueue_page()
3371 VPL_UNLOCK(&lq->vpl_lock); in vm_fault_enqueue_page()