Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dswap.h30 #define SWAP_FLAGS_VALID (SWAP_FLAG_PRIO_MASK | SWAP_FLAG_PREFER | \ macro
/kernel/linux/linux-5.10/mm/
Dswapfile.c3184 if (swap_flags & ~SWAP_FLAGS_VALID) in SYSCALL_DEFINE2()