Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dmemory-failure.c1703 static int try_to_split_thp_page(struct page *page, bool release) in try_to_split_thp_page() function
2336 if (try_to_split_thp_page(p, false) < 0) { in memory_failure()
2677 if (try_to_split_thp_page(page, true)) { in soft_offline_in_use_page()