swp_type         1343 fs/proc/task_mmu.c 			frame = swp_type(entry) |
swp_type         1400 fs/proc/task_mmu.c 				frame = swp_type(entry) |
swp_type          406 include/linux/swap.h 	(&swapper_spaces[swp_type(entry)][swp_offset(entry) \
swp_type           83 include/linux/swapops.h 	arch_entry = __swp_entry(swp_type(entry), swp_offset(entry));
swp_type          109 include/linux/swapops.h 	int type = swp_type(entry);
swp_type          120 include/linux/swapops.h 	return unlikely(swp_type(entry) == SWP_DEVICE_WRITE);
swp_type          174 include/linux/swapops.h 	return unlikely(swp_type(entry) == SWP_MIGRATION_READ ||
swp_type          175 include/linux/swapops.h 			swp_type(entry) == SWP_MIGRATION_WRITE);
swp_type          180 include/linux/swapops.h 	return unlikely(swp_type(entry) == SWP_MIGRATION_WRITE);
swp_type          267 include/linux/swapops.h 	arch_entry = __swp_entry(swp_type(entry), swp_offset(entry));
swp_type          321 include/linux/swapops.h 	return swp_type(entry) == SWP_HWPOISON;
swp_type          355 include/linux/swapops.h 	return swp_type(entry) >= MAX_SWAPFILES;
swp_type          249 mm/frontswap.c 	int type = swp_type(entry);
swp_type          298 mm/frontswap.c 	int type = swp_type(entry);
swp_type         1143 mm/shmem.c     		if (swp_type(entry) != type)
swp_type           82 mm/swap_cgroup.c 	ctrl = &swap_cgroup_ctrl[swp_type(ent)];
swp_type          577 mm/swap_state.c 			swp_entry(swp_type(entry), offset),
swp_type         1393 mm/swapfile.c  	return (int)swp_type(*e1) - (int)swp_type(*e2);
swp_type         1931 mm/swapfile.c  		if (swp_type(entry) != type)
swp_type         3481 mm/swapfile.c  	return swap_type_to_swap_info(swp_type(entry));
swp_type          859 mm/zswap.c     	tree = zswap_trees[swp_type(swpentry)];