Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dswapops.h124 return swp_entry(SWP_DEVICE_READ, offset); in make_readable_device_private_entry()
135 return type == SWP_DEVICE_READ || type == SWP_DEVICE_WRITE; in is_device_private_entry()
Dswap.h90 #define SWP_DEVICE_READ (MAX_SWAPFILES+SWP_HWPOISON_NUM+SWP_MIGRATION_NUM+1) macro