Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dswap.h154 SWP_SCANNING = (1 << 10), /* refcount in scan_swap_map */ enumerator
/linux-4.4.14/mm/
Dswapfile.c506 si->flags += SWP_SCANNING; in scan_swap_map()
596 si->flags -= SWP_SCANNING; in scan_swap_map()
635 si->flags -= SWP_SCANNING; in scan_swap_map()
1937 while (p->flags >= SWP_SCANNING) { in SYSCALL_DEFINE1()