Home
last modified time | relevance | path

Searched refs:SWP_SCANNING (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dswap.h222 SWP_SCANNING = (1 << 14), /* refcount in scan_swap_map */ enumerator
/openbmc/linux/mm/
H A Dswapfile.c822 si->flags += SWP_SCANNING; in scan_swap_map_slots()
970 si->flags -= SWP_SCANNING; in scan_swap_map_slots()
998 si->flags -= SWP_SCANNING; in scan_swap_map_slots()
2512 while (p->flags >= SWP_SCANNING) { in SYSCALL_DEFINE1()