swp_entry          73 include/linux/swapops.h 	return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry));
swp_entry         109 include/linux/swapops.h 	return swp_entry(write ? SWP_MIGRATION_WRITE : SWP_MIGRATION_READ,
swp_entry         137 include/linux/swapops.h 	*entry = swp_entry(SWP_MIGRATION_READ, swp_offset(*entry));
swp_entry         146 include/linux/swapops.h #define make_migration_entry(page, write) swp_entry(0, 0)
swp_entry         171 include/linux/swapops.h 	return swp_entry(SWP_HWPOISON, page_to_pfn(page));
swp_entry         182 include/linux/swapops.h 	return swp_entry(0, 0);