Searched refs:SWP_ACTIVATED (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/
H A Dswap.h215 SWP_ACTIVATED = (1 << 7), /* set after swap_activate success */ enumerator in enum:__anon445
/linux-master/mm/
H A Dswapfile.c2239 if (sis->flags & SWP_ACTIVATED) {
2243 sis->flags &= ~SWP_ACTIVATED;
2340 sis->flags |= SWP_ACTIVATED;

Completed in 310 milliseconds