Searched refs:swp_type (Results 1 - 10 of 10) sorted by last modified time

/linux-master/mm/
H A Dzswap.c235 return &zswap_trees[swp_type(swp)][swp_offset(swp)
H A Dswapfile.c1411 return (int)swp_type(*e1) - (int)swp_type(*e2);
1612 unsigned int type = swp_type(entry);
1925 if (swp_type(entry) != type)
3440 return swap_type_to_swap_info(swp_type(entry));
H A Dswap_state.c679 swp_entry(swp_type(entry), offset),
H A Dshmem.c1294 if (swp_type(entry) != type)
H A Dinternal.h224 pte_t new = __swp_entry_to_pte(__swp_entry(swp_type(entry),
H A Dswap.h31 (&swapper_spaces[swp_type(entry)][swp_offset(entry) \
H A Dswap_cgroup.c82 ctrl = &swap_cgroup_ctrl[swp_type(ent)];
/linux-master/fs/proc/
H A Dtask_mmu.c1441 frame = swp_type(entry) |
1506 frame = swp_type(entry) |
/linux-master/arch/arm64/mm/
H A Dmteswap.c75 mte_invalidate_tags(swp_type(entry), swp_offset(entry));
/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...]

Completed in 208 milliseconds