Home
last modified time | relevance | path

Searched refs:PG_SWAPBACKED (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_page_status.c131 if ((pg->flags & PG_SWAPBACKED) != 0) { in uvm_pagemarkdirty()
H A Duvm_page.h265 #define PG_SWAPBACKED (PG_ANON|PG_AOBJ) macro
H A Duvm_pdaemon.c523 KASSERT((pg->flags & PG_SWAPBACKED) != 0); in swapcluster_add()
750 if ((p->flags & PG_SWAPBACKED) == 0) { in uvmpd_scan_queue()
H A Duvm_pdpolicy_clockpro.c1394 if ((pg->flags & PG_SWAPBACKED) == 0) { in clockpro_dropswap()
1415 if ((pg->flags & PG_SWAPBACKED) != 0 && in clockpro_dropswap()
H A Duvm_pdpolicy_clock.c419 if (swap_shortage > 0 && (p->flags & PG_SWAPBACKED) != 0 && in uvmpdpol_balancequeue()