Searched refs:VPO_SWAPINPROG (Results 1 – 3 of 3) sorted by relevance
1146 m[i]->oflags |= VPO_SWAPINPROG; in swap_pager_getpages()1179 while ((m[0]->oflags & VPO_SWAPINPROG) != 0) { in swap_pager_getpages()1363 mreq->oflags |= VPO_SWAPINPROG; in swap_pager_putpages()1473 m->oflags &= ~VPO_SWAPINPROG; in swp_pager_async_iodone()
180 #define VPO_SWAPINPROG 0x08 /* swap I/O in progress on page */ macro
2211 KASSERT((m->oflags & (VPO_SWAPINPROG | in vm_page_scan_contig()2371 KASSERT((m->oflags & (VPO_SWAPINPROG | in vm_page_reclaim_run()