Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dswap.h180 SWP_SCANNING = (1 << 14), /* refcount in scan_swap_map */ enumerator
/kernel/linux/linux-5.10/mm/
Dswapfile.c794 si->flags += SWP_SCANNING; in scan_swap_map_slots()
942 si->flags -= SWP_SCANNING; in scan_swap_map_slots()
984 si->flags -= SWP_SCANNING; in scan_swap_map_slots()
2679 while (p->flags >= SWP_SCANNING) { in SYSCALL_DEFINE1()