Home
last modified time | relevance | path

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

/freebsd-13.1/sys/vm/
H A Dvm_pageout.c844 if (!vm_page_pqstate_commit(m, &old, new)) in vm_pageout_launder()
861 if (!vm_page_pqstate_commit(m, &old, new)) in vm_pageout_launder()
1365 } while (!vm_page_pqstate_commit(m, &old, new)); in vm_pageout_scan_active()
1565 if (!vm_page_pqstate_commit(m, &old, new)) in vm_pageout_scan_inactive()
1573 if (!vm_page_pqstate_commit(m, &old, new)) in vm_pageout_scan_inactive()
H A Dvm_page.h654 bool vm_page_pqstate_commit(vm_page_t m, vm_page_astate_t *old,
H A Dvm_page.c3539 vm_page_pqstate_commit(vm_page_t m, vm_page_astate_t *old, vm_page_astate_t new) in vm_page_pqstate_commit() function
4126 } while (!vm_page_pqstate_commit(m, &old, new)); in vm_page_mvqueue()
4224 } while (!vm_page_pqstate_commit(m, &old, new)); in vm_page_release_toq()