Searched refs:memory_failure_queue (Results 1 – 6 of 6) sorted by relevance
369 memory_failure_queue(pfn, MF_SOFT_OFFLINE); in cec_add_elem()
2406 void memory_failure_queue(unsigned long pfn, int flags) in memory_failure_queue() function2425 EXPORT_SYMBOL_GPL(memory_failure_queue);
2817 memory_failure_queue(page_to_pfn(src), 0); in __wp_page_copy_user()6019 memory_failure_queue(page_to_pfn(src_page), 0); in copy_user_gigantic_page()6038 memory_failure_queue(page_to_pfn(copy_arg->src + idx), 0); in copy_subpage()
2824 memory_failure_queue(page_to_pfn(page), 0); in ksm_might_need_to_copy()
473 memory_failure_queue(pfn, flags); in ghes_do_memory_failure()
3848 extern void memory_failure_queue(unsigned long pfn, int flags);3855 static inline void memory_failure_queue(unsigned long pfn, int flags) in memory_failure_queue() function