sys/vm/vm_page.c
4447
} while (!vm_page_pqstate_commit(m, &old, new));
sys/vm/vm_page.c
4546
} while (!vm_page_pqstate_commit(m, &old, new));
sys/vm/vm_page.h
628
bool vm_page_pqstate_commit(vm_page_t m, vm_page_astate_t *old,
sys/vm/vm_pageout.c
1358
} while (!vm_page_pqstate_commit(m, &old, new));
sys/vm/vm_pageout.c
1585
if (!vm_page_pqstate_commit(m, &old, new))
sys/vm/vm_pageout.c
1593
if (!vm_page_pqstate_commit(m, &old, new))
sys/vm/vm_pageout.c
840
if (!vm_page_pqstate_commit(m, &old, new))
sys/vm/vm_pageout.c
857
if (!vm_page_pqstate_commit(m, &old, new))