Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dswap.h25 #define SWAP_FLAG_PREFER 0x8000 /* set if swap priority specified */ macro
31 #define SWAP_FLAGS_VALID (SWAP_FLAG_PRIO_MASK | SWAP_FLAG_PREFER | \
/linux-6.15/mm/
H A Dswapfile.c3464 if (swap_flags & SWAP_FLAG_PREFER) in SYSCALL_DEFINE2()