Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dswap_pager.c1445 ma[0]->oflags |= VPO_SWAPSLEEP; in swap_pager_getpages_locked()
1727 if (m->oflags & VPO_SWAPSLEEP) { in swp_pager_async_iodone()
1728 m->oflags &= ~VPO_SWAPSLEEP; in swp_pager_async_iodone()
1919 m->oflags |= VPO_SWAPSLEEP; in swap_pager_swapoff_object()
H A Dvm_page.h291 #define VPO_SWAPSLEEP 0x02 /* waiting for swap to finish */ macro
H A Dvm_page.c2976 VPO_SWAPSLEEP | VPO_UNMANAGED)) == 0, in vm_page_scan_contig()