Searched refs:vpl (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_page.h398 struct vpl { struct
414 struct vpl vpl; member in union:vplq::__anon1163
794 #define VPL_LOCK(vpl) lck_spin_lock(vpl)
795 #define VPL_UNLOCK(vpl) lck_spin_unlock(vpl)
798 #define VPL_LOCK(vpl) lck_mtx_lock_spin(vpl)
799 #define VPL_UNLOCK(vpl) lck_mtx_unloc
[all...]
H A Dvm_resident.c484 struct vpl *lq;
486 lq = &t_local_q[i].vpl_un.vpl;
3503 struct vpl *lq;
3512 lq = &vm_page_local_q[lid].vpl_un.vpl;
5661 struct vpl *lq;
5662 lq = &vm_page_local_q[i].vpl_un.vpl;
5674 struct vpl *lq;
5675 lq = &vm_page_local_q[i].vpl_un.vpl;
5735 struct vpl *lq;
5736 lq = &vm_page_local_q[i].vpl_un.vpl;
[all...]
H A Dvm_fault.c2896 struct vpl *lq;
2918 lq = &vm_page_local_q[lid].vpl_un.vpl;
/xnu-2782.1.97/osfmk/kern/
H A Dhost.c353 struct vpl *lq;
355 lq = &vm_page_local_q[i].vpl_un.vpl;
555 struct vpl *lq;
557 lq = &vm_page_local_q[i].vpl_un.vpl;

Completed in 44 milliseconds