Home
last modified time | relevance | path

Searched refs:VPO_SWAPINPROG (Results 1 – 3 of 3) sorted by relevance

/src/sys/vm/
H A Dswap_pager.c1413 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()
H A Dvm_page.h288 #define VPO_SWAPINPROG 0x08 /* swap I/O in progress on page */ macro
H A Dvm_page.c2891 KASSERT((m->oflags & (VPO_SWAPINPROG | in vm_page_scan_contig()