Searched refs:swp_type (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dswapops.h48 * | swp_type | swp_offset |
98 static inline unsigned swp_type(swp_entry_t entry) function
150 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry));
180 int type = swp_type(entry);
186 return unlikely(swp_type(entry) == SWP_DEVICE_WRITE);
201 return swp_type(entry) == SWP_DEVICE_EXCLUSIVE_READ ||
202 swp_type(entry) == SWP_DEVICE_EXCLUSIVE_WRITE;
207 return unlikely(swp_type(entry) == SWP_DEVICE_EXCLUSIVE_WRITE);
254 return unlikely(swp_type(entry) == SWP_MIGRATION_READ ||
255 swp_type(entr
[all...]
/linux-master/mm/
H A Dswap_cgroup.c82 ctrl = &swap_cgroup_ctrl[swp_type(ent)];
H A Dswap.h31 (&swapper_spaces[swp_type(entry)][swp_offset(entry) \
H A Dswapfile.c1419 return (int)swp_type(*e1) - (int)swp_type(*e2);
1877 if (swp_type(entry) != type)
3410 return swap_type_to_swap_info(swp_type(entry));
H A Dswap_state.c679 swp_entry(swp_type(entry), offset),
H A Dzswap.c260 return &zswap_trees[swp_type(swp)][swp_offset(swp)
H A Dshmem.c1294 if (swp_type(entry) != type)
/linux-master/fs/proc/
H A Dtask_mmu.c1436 frame = swp_type(entry) |
1501 frame = swp_type(entry) |

Completed in 162 milliseconds