Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dswap.h26 #define SWAP_FLAG_PRIO_MASK 0x7fff macro
31 #define SWAP_FLAGS_VALID (SWAP_FLAG_PRIO_MASK | SWAP_FLAG_PREFER | \
/linux-6.15/mm/
H A Dswapfile.c3465 prio = swap_flags & SWAP_FLAG_PRIO_MASK; in SYSCALL_DEFINE2()