Searched refs:PG_SWAPBACKED (Results 1 – 5 of 5) sorted by relevance
131 if ((pg->flags & PG_SWAPBACKED) != 0) { in uvm_pagemarkdirty()
265 #define PG_SWAPBACKED (PG_ANON|PG_AOBJ) macro
523 KASSERT((pg->flags & PG_SWAPBACKED) != 0); in swapcluster_add()750 if ((p->flags & PG_SWAPBACKED) == 0) { in uvmpd_scan_queue()
1394 if ((pg->flags & PG_SWAPBACKED) == 0) { in clockpro_dropswap()1415 if ((pg->flags & PG_SWAPBACKED) != 0 && in clockpro_dropswap()
419 if (swap_shortage > 0 && (p->flags & PG_SWAPBACKED) != 0 && in uvmpdpol_balancequeue()