Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dswapops.h191 return swp_entry(SWP_DEVICE_EXCLUSIVE, offset); in make_device_exclusive_entry()
196 return swp_type(entry) == SWP_DEVICE_EXCLUSIVE; in is_device_exclusive_entry()
H A Dswap.h82 #define SWP_DEVICE_EXCLUSIVE (MAX_SWAPFILES+SWP_HWPOISON_NUM+SWP_MIGRATION_NUM+2) macro