Home
last modified time | relevance | path

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

/freebsd-14.2/sys/vm/
H A Dswap_pager.c1395 ma[0]->oflags |= VPO_SWAPSLEEP; in swap_pager_getpages_locked()
1667 if (m->oflags & VPO_SWAPSLEEP) { in swp_pager_async_iodone()
1668 m->oflags &= ~VPO_SWAPSLEEP; in swp_pager_async_iodone()
1871 m->oflags |= VPO_SWAPSLEEP; in swap_pager_swapoff_object()
H A Dvm_page.h293 #define VPO_SWAPSLEEP 0x02 /* waiting for swap to finish */ macro
H A Dvm_page.c2727 VPO_SWAPSLEEP | VPO_UNMANAGED)) == 0, in vm_page_scan_contig()