Searched refs:SWP_DEVICE_EXCLUSIVE_WRITE (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/linux/
H A Dswap.h83 #define SWP_DEVICE_EXCLUSIVE_WRITE (MAX_SWAPFILES+SWP_HWPOISON_NUM+SWP_MIGRATION_NUM+2) macro
H A Dswapops.h196 return swp_entry(SWP_DEVICE_EXCLUSIVE_WRITE, offset);
202 swp_type(entry) == SWP_DEVICE_EXCLUSIVE_WRITE;
207 return unlikely(swp_type(entry) == SWP_DEVICE_EXCLUSIVE_WRITE);

Completed in 158 milliseconds