Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dswap.h28 #define SWAP_FLAG_PRIO_MASK 0x7fff macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dswap.h28 #define SWAP_FLAG_PRIO_MASK 0x7fff macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dswap.h24 #define SWAP_FLAG_PRIO_MASK 0x7fff macro
30 #define SWAP_FLAGS_VALID (SWAP_FLAG_PRIO_MASK | SWAP_FLAG_PREFER | \
/OK3568_Linux_fs/kernel/mm/
H A Dswapfile.c3394 (swap_flags & SWAP_FLAG_PRIO_MASK) >> SWAP_FLAG_PRIO_SHIFT; in SYSCALL_DEFINE2()