swp_entry          63 include/linux/swapops.h 	return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry));
swp_entry          83 include/linux/swapops.h 	return swp_entry(write ? SWP_MIGRATION_WRITE : SWP_MIGRATION_READ,
swp_entry         111 include/linux/swapops.h 	*entry = swp_entry(SWP_MIGRATION_READ, swp_offset(*entry));
swp_entry         118 include/linux/swapops.h #define make_migration_entry(page, write) swp_entry(0, 0)
swp_entry         133 kernel/power/swsusp.c 			swap_free(swp_entry(swap, offset));
swp_entry         157 kernel/power/swsusp.c 			swap_free(swp_entry(swap, offset));
swp_entry         361 mm/swap_state.c 		page = read_swap_cache_async(swp_entry(swp_type(entry), offset),
swp_entry         206 mm/swapfile.c  			return swp_entry(type, offset);
swp_entry         229 mm/swapfile.c  			return swp_entry(type, offset);
swp_entry         766 mm/swapfile.c  		entry = swp_entry(type, i);
swp_entry        1614 mm/swapfile.c  		maxpages = swp_offset(pte_to_swp_entry(swp_entry_to_pte(swp_entry(0,~0UL)))) - 1;