Searched refs:VPO_SWAPINPROG (Results 1 – 3 of 3) sorted by relevance
1413 m->oflags |= VPO_SWAPINPROG; in swap_pager_getpages_locked()1468 while ((m->oflags & VPO_SWAPINPROG) != 0) { in swap_pager_getpages_locked()1624 mreq->oflags |= VPO_SWAPINPROG; in swap_pager_putpages()1754 m->oflags &= ~VPO_SWAPINPROG; in swp_pager_async_iodone()1946 if (m != NULL && (m->oflags & VPO_SWAPINPROG) != 0) { in swap_pager_swapoff_object()
288 #define VPO_SWAPINPROG 0x08 /* swap I/O in progress on page */ macro
2891 KASSERT((m->oflags & (VPO_SWAPINPROG | in vm_page_scan_contig()