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

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

Completed in 279 milliseconds