Searched refs:swp_type (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | swapops.h | 96 static inline unsigned swp_type(swp_entry_t entry) in swp_type() function 118 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry)); in swp_entry_to_pte() 203 return swp_entry(swp_type(entry), in make_migration_entry_young() 211 return swp_entry(swp_type(entry), in make_migration_entry_dirty() 265 return swp_type(entry) == SWP_HWPOISON; in is_hwpoison_entry() 337 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry)); in swp_entry_to_pmd()
|
| /linux/mm/ |
| H A D | swap_state.c | 580 entry = swp_entry(swp_type(entry), round_down(offset, nr_pages)); in swapin_folio() 727 swp_entry(swp_type(entry), offset), gfp_mask, mpol, ilx, in swap_cluster_readahead() 845 if (swp_type(entry) != swp_type(targ_entry)) { in swap_vma_readahead()
|
| H A D | zswap.c | 233 return &zswap_trees[swp_type(swp)][swp_offset(swp) in swap_zswap_tree() 965 swp_type(entry->swpentry), in zswap_decompress() 1551 unsigned type = swp_type(swp); in zswap_store()
|