Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dswap.h28 #define SWAP_FLAG_DISCARD_PAGES 0x40000 /* discard page-clusters after use */ macro
32 SWAP_FLAG_DISCARD_PAGES)
/kernel/linux/linux-5.10/mm/
Dswapfile.c3338 else if (swap_flags & SWAP_FLAG_DISCARD_PAGES) in SYSCALL_DEFINE2()