Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dmemory-failure.c1131 static int try_to_split_thp_page(struct page *page, const char *msg) in try_to_split_thp_page() function
1391 if (try_to_split_thp_page(p, "Memory Failure") < 0) { in memory_failure()
1865 if (try_to_split_thp_page(page, "soft offline") < 0) in soft_offline_in_use_page()
/kernel/linux/linux-6.6/mm/
H A Dmemory-failure.c1676 static int try_to_split_thp_page(struct page *page) in try_to_split_thp_page() function
2277 if (try_to_split_thp_page(p) < 0) { in memory_failure()
2657 if (try_to_split_thp_page(page)) { in soft_offline_in_use_page()

Completed in 7 milliseconds