Home
last modified time | relevance | path

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

/include/linux/
Dswap.h53 #define SWP_MIGRATION_READ (MAX_SWAPFILES + SWP_HWPOISON_NUM)
54 #define SWP_MIGRATION_WRITE (MAX_SWAPFILES + SWP_HWPOISON_NUM + 1)
64 #define SWP_HWPOISON MAX_SWAPFILES
69 #define MAX_SWAPFILES \ macro
Dswapops.h191 return swp_type(entry) >= MAX_SWAPFILES; in non_swap_entry()