swp_type          397 include/linux/swap.h #define swap_address_space(entry) (&swapper_spaces[swp_type(entry)])
swp_type           84 include/linux/swapops.h 	arch_entry = __swp_entry(swp_type(entry), swp_offset(entry));
swp_type          115 include/linux/swapops.h 	return unlikely(swp_type(entry) == SWP_MIGRATION_READ ||
swp_type          116 include/linux/swapops.h 			swp_type(entry) == SWP_MIGRATION_WRITE);
swp_type          121 include/linux/swapops.h 	return unlikely(swp_type(entry) == SWP_MIGRATION_WRITE);
swp_type          176 include/linux/swapops.h 	return swp_type(entry) == SWP_HWPOISON;
swp_type          194 include/linux/swapops.h 	return swp_type(entry) >= MAX_SWAPFILES;