Home
last modified time | relevance | path

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

/include/linux/
Dswap.h57 #define SWP_MIGRATION_READ (MAX_SWAPFILES + SWP_HWPOISON_NUM)
58 #define SWP_MIGRATION_WRITE (MAX_SWAPFILES + SWP_HWPOISON_NUM + 1)
68 #define SWP_HWPOISON MAX_SWAPFILES
73 #define MAX_SWAPFILES \ macro
Dswapops.h198 return swp_type(entry) >= MAX_SWAPFILES; in non_swap_entry()