Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dswap.h176 SWP_SCANNING = (1 << 12), /* refcount in scan_swap_map */ enumerator
/Linux-v4.19/mm/
Dswapfile.c709 si->flags += SWP_SCANNING; in scan_swap_map_slots()
839 si->flags -= SWP_SCANNING; in scan_swap_map_slots()
877 si->flags -= SWP_SCANNING; in scan_swap_map_slots()
2619 while (p->flags >= SWP_SCANNING) { in SYSCALL_DEFINE1()