Home
last modified time | relevance | path

Searched defs:vpl (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.141.3/osfmk/vm/
H A Dvm_page.h1213 struct vpl { struct
1214 vm_page_queue_head_t vpl_queue; argument
1215 unsigned int vpl_count; argument
1216 unsigned int vpl_internal_count; argument
1217 unsigned int vpl_external_count; argument
1218 lck_spin_t vpl_lock; argument
1783 #define VPL_LOCK(vpl) lck_spin_lock_grp(vpl, &vm_page_lck_grp_local) argument
1784 #define VPL_UNLOCK(vpl) lck_spin_unlock(vpl) argument
1787 #define VPL_LOCK(vpl) lck_mtx_lock_spin(vpl) argument
1788 #define VPL_UNLOCK(vpl) lck_mtx_unlock(vpl) argument