Searched refs:vm_page_pqstate_commit (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/vm/ |
| H A D | vm_pageout.c | 842 if (!vm_page_pqstate_commit(m, &old, new)) in vm_pageout_launder() 859 if (!vm_page_pqstate_commit(m, &old, new)) in vm_pageout_launder() 1360 } while (!vm_page_pqstate_commit(m, &old, new)); in vm_pageout_scan_active() 1560 if (!vm_page_pqstate_commit(m, &old, new)) in vm_pageout_scan_inactive() 1568 if (!vm_page_pqstate_commit(m, &old, new)) in vm_pageout_scan_inactive()
|
| H A D | vm_page.h | 659 bool vm_page_pqstate_commit(vm_page_t m, vm_page_astate_t *old,
|
| H A D | vm_page.c | 3616 vm_page_pqstate_commit(vm_page_t m, vm_page_astate_t *old, vm_page_astate_t new) in vm_page_pqstate_commit() function 4217 } while (!vm_page_pqstate_commit(m, &old, new)); in vm_page_mvqueue() 4316 } while (!vm_page_pqstate_commit(m, &old, new)); in vm_page_release_toq()
|