memory_failure_queue
memory_failure_queue(pfn, flags);
memory_failure_queue(pfn, MF_SOFT_OFFLINE);
memory_failure_queue(page_to_pfn(from), 0);
memory_failure_queue(page_to_pfn(from), 0);
extern void memory_failure_queue(unsigned long pfn, int flags);
EXPORT_SYMBOL_GPL(memory_failure_queue);