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

/freebsd-11.0-release/sys/vm/
H A Dvm_page.h178 #define VPO_SWAPSLEEP 0x02 /* waiting for swap to finish */ macro
H A Dswap_pager.c1182 m[0]->oflags |= VPO_SWAPSLEEP;
1476 if (m->oflags & VPO_SWAPSLEEP) {
1477 m->oflags &= ~VPO_SWAPSLEEP;
H A Dvm_page.c2309 VPO_SWAPSLEEP | VPO_UNMANAGED)) == 0,
2470 VPO_SWAPSLEEP | VPO_UNMANAGED)) == 0,

Completed in 163 milliseconds