Lines Matching refs:memory_failure
1310 * memory_failure - Handle memory failure of a page.
1326 int memory_failure(unsigned long pfn, int flags)
1497 EXPORT_SYMBOL_GPL(memory_failure);
1570 memory_failure(entry.pfn, entry.flags);
1575 * Process memory_failure work queued on the specified CPU.
1576 * Used to avoid return-to-userspace racing with the memory_failure workqueue.
1614 * memory_failure() earlier.
1661 * worked by memory_failure() and the page lock is not held yet.
1662 * In such case, we yield to memory_failure() and make unpoison fail.
1803 * is set by memory_failure() outside page lock. Note that
1804 * memory_failure() also double-checks PageHWPoison inside page lock,
1805 * so there's no race between soft_offline_page() and memory_failure().
1879 * @flags: flags. Same as memory_failure().