Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dswap.h32 #define SWAP_FLAGS_VALID (SWAP_FLAG_PRIO_MASK | SWAP_FLAG_PREFER | \ macro
/openbmc/linux/mm/
H A Dswapfile.c3008 if (swap_flags & ~SWAP_FLAGS_VALID) in SYSCALL_DEFINE2()