Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dhuge_memory.c2442 struct address_space *swap_cache = NULL; in __split_huge_page() local
2454 swap_cache = swap_address_space(entry); in __split_huge_page()
2455 xa_lock(&swap_cache->i_pages); in __split_huge_page()
2479 } else if (swap_cache) { in __split_huge_page()
2480 __xa_store(&swap_cache->i_pages, offset + i, in __split_huge_page()
2496 xa_unlock(&swap_cache->i_pages); in __split_huge_page()