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

/linux-master/mm/
H A Dhuge_memory.c2895 struct address_space *swap_cache = NULL; local
2907 swap_cache = swap_address_space(folio->swap);
2908 xa_lock(&swap_cache->i_pages);
2932 } else if (swap_cache) {
2933 __xa_store(&swap_cache->i_pages, offset + i,
2955 xa_unlock(&swap_cache->i_pages);

Completed in 103 milliseconds