Searched refs:VPO_SWAPINPROG (Results 1 – 3 of 3) sorted by relevance
1396 bp->b_pages[i]->oflags |= VPO_SWAPINPROG; in swap_pager_getpages_locked()1444 while ((ma[0]->oflags & VPO_SWAPINPROG) != 0) { in swap_pager_getpages_locked()1599 mreq->oflags |= VPO_SWAPINPROG; in swap_pager_putpages()1726 m->oflags &= ~VPO_SWAPINPROG; in swp_pager_async_iodone()1918 if (m != NULL && (m->oflags & VPO_SWAPINPROG) != 0) { in swap_pager_swapoff_object()
293 #define VPO_SWAPINPROG 0x08 /* swap I/O in progress on page */ macro
2975 KASSERT((m->oflags & (VPO_SWAPINPROG | in vm_page_scan_contig()