HomeSort by: relevance | last modified time | path
    Searched refs:PG_SWAPBACKED (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/uvm/
uvm_page_status.c 131 if ((pg->flags & PG_SWAPBACKED) != 0) {
uvm_page.h 265 #define PG_SWAPBACKED (PG_ANON|PG_AOBJ)
uvm_pdaemon.c 523 KASSERT((pg->flags & PG_SWAPBACKED) != 0);
750 if ((p->flags & PG_SWAPBACKED) == 0) {
uvm_pdpolicy_clock.c 419 if (swap_shortage > 0 && (p->flags & PG_SWAPBACKED) != 0 &&
uvm_pdpolicy_clockpro.c 1394 if ((pg->flags & PG_SWAPBACKED) == 0) {
1415 if ((pg->flags & PG_SWAPBACKED) != 0 &&

Completed in 14 milliseconds