Searched refs:memory_failure (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/mm/
H A Dhwpoison-inject.c49 * memory_failure() will redo the check reliably inside page lock. hwpoison_inject()
59 return memory_failure(pfn, 18, MF_COUNT_INCREASED); hwpoison_inject()
H A Dmemory-failure.c1082 * memory_failure - Handle memory failure of a page.
1099 int memory_failure(unsigned long pfn, int trapno, int flags) memory_failure() function
1320 EXPORT_SYMBOL_GPL(memory_failure); variable
1396 memory_failure(entry.pfn, entry.trapno, entry.flags); memory_failure_work_func()
1421 * memory_failure() earlier.
1448 * worked by memory_failure() and the page lock is not held yet. unpoison_memory()
1449 * In such case, we yield to memory_failure() and make unpoison fail. unpoison_memory()
1580 * memory_failure(). See also comment in __soft_offline_page(). soft_offline_huge_page()
1637 * is set by memory_failure() outside page lock. Note that __soft_offline_page()
1638 * memory_failure() also double-checks PageHWPoison inside page lock, __soft_offline_page()
1639 * so there's no race between soft_offline_page() and memory_failure(). __soft_offline_page()
1711 * @flags: flags. Same as memory_failure().
H A Dmadvise.c365 memory_failure(page_to_pfn(p), 0, MF_COUNT_INCREASED); madvise_hwpoison()
H A Drmap.c40 * anon_vma->rwsem,mapping->i_mutex (memory_failure, collect_procs_anon)
H A Dfilemap.c108 * ->tasklist_lock (memory_failure, collect_procs_ao)
/linux-4.1.27/include/trace/events/
H A Dmigrate.h17 EM( MR_MEMORY_FAILURE, "memory_failure") \
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dopal-memory-errors.c63 memory_failure(paddr_start >> PAGE_SHIFT, 0, 0); handle_memory_error_event()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dmce.c1194 * We must call memory_failure() here even if the current process is do_machine_check()
1200 if (memory_failure(recover_paddr >> PAGE_SHIFT, MCE_VECTOR, flags) < 0) { do_machine_check()
1212 int memory_failure(unsigned long pfn, int vector, int flags) memory_failure() function
1234 memory_failure(pfn, MCE_VECTOR, 0); mce_process_work()
/linux-4.1.27/drivers/base/
H A Dmemory.c515 ret = memory_failure(pfn, 0, 0); store_hard_offline_page()
/linux-4.1.27/include/linux/
H A Dmm.h2175 extern int memory_failure(unsigned long pfn, int trapno, int flags);

Completed in 377 milliseconds