Searched refs:targ_entry (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | swap_state.c | 163 swp_entry_t targ_entry, in __swap_cache_add_check() argument 180 ci_off = swp_cluster_offset(targ_entry); in __swap_cache_add_check() 410 swp_entry_t targ_entry, gfp_t gfp, in __swap_cache_alloc() argument 423 entry.val = round_down(targ_entry.val, nr_pages); in __swap_cache_alloc() 427 err = __swap_cache_add_check(ci, targ_entry, nr_pages, NULL, NULL); in __swap_cache_alloc() 450 err = __swap_cache_add_check(ci, targ_entry, nr_pages, &shadow, &memcg_id); in __swap_cache_alloc() 514 struct folio *swap_cache_alloc_folio(swp_entry_t targ_entry, gfp_t gfp, in swap_cache_alloc_folio() argument 522 ci = __swap_entry_to_cluster(targ_entry); in swap_cache_alloc_folio() 530 ret = __swap_cache_alloc(ci, targ_entry, gfp, order, in swap_cache_alloc_folio() 915 static struct folio *swap_vma_readahead(swp_entry_t targ_entry, gfp_t gfp_mask, in swap_vma_readahead() argument [all …]
|