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()
2420 void memory_failure_queue(unsigned long pfn, int flags) in memory_failure_queue() function2441 EXPORT_SYMBOL_GPL(memory_failure_queue);
2836 memory_failure_queue(page_to_pfn(src), 0); in __wp_page_copy_user()6070 memory_failure_queue(page_to_pfn(src_page), 0); in copy_user_gigantic_page()6089 memory_failure_queue(page_to_pfn(copy_arg->src + idx), 0); in copy_subpage()
2821 memory_failure_queue(page_to_pfn(page), 0); in ksm_might_need_to_copy()
499 memory_failure_queue(pfn, flags); in ghes_do_memory_failure()
3855 extern void memory_failure_queue(unsigned long pfn, int flags);3862 static inline void memory_failure_queue(unsigned long pfn, int flags) in memory_failure_queue() function