Searched refs:vm_page_queue_free_lock (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c588 lck_mtx_init_ext(&vm_page_queue_free_lock, &vm_page_queue_free_lock_ext, &vm_page_lck_grp_free, &vm_page_lck_attr);
1972 lck_mtx_lock_spin(&vm_page_queue_free_lock);
1987 lck_mtx_unlock(&vm_page_queue_free_lock);
1989 lck_mtx_unlock(&vm_page_queue_free_lock);
1993 lck_mtx_lock_spin(&vm_page_queue_free_lock);
1995 lck_mtx_unlock(&vm_page_queue_free_lock);
2029 * if no page is available, grab the vm_page_queue_free_lock
2098 lck_mtx_lock_spin(&vm_page_queue_free_lock);
2106 lck_mtx_unlock(&vm_page_queue_free_lock);
2117 lck_mtx_unlock(&vm_page_queue_free_lock);
[all...]
H A Dvm_page.h783 #define vm_page_queue_free_lock (vm_page_locks.vm_page_queue_free_lock2) macro
H A Dvm_pageout.c1210 * It returns with both vm_page_queue_free_lock and vm_page_queue_lock
1499 lck_mtx_lock(&vm_page_queue_free_lock);
1518 lck_mtx_unlock(&vm_page_queue_free_lock);
1821 * we don't want to hold vm_page_queue_free_lock when
1831 lck_mtx_lock(&vm_page_queue_free_lock);
1837 lck_mtx_unlock(&vm_page_queue_free_lock);
2785 * we hold both the vm_page_queue_free_lock
2792 lck_mtx_unlock(&vm_page_queue_free_lock);
3324 lck_mtx_lock_spin(&vm_page_queue_free_lock);
3332 lck_mtx_unlock(&vm_page_queue_free_lock);
[all...]

Completed in 45 milliseconds