Home
last modified time | relevance | path

Searched refs:soft_offline_page (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-memory-page-offline1 What: /sys/devices/system/memory/soft_offline_page
/linux/arch/parisc/kernel/
H A Dpdt.c336 soft_offline_page(pde >> PAGE_SHIFT, 0); in pdt_mainloop()
/linux/drivers/base/
H A Dmemory.c615 ret = soft_offline_page(pfn, 0); in soft_offline_page_store()
637 static DEVICE_ATTR_WO(soft_offline_page);
/linux/mm/
H A Dmemory-failure.c2633 soft_offline_page(entry.pfn, entry.flags); in memory_failure_work_func()
2908 int soft_offline_page(unsigned long pfn, int flags) in soft_offline_page() function
H A Dmadvise.c1483 ret = soft_offline_page(pfn, MF_COUNT_INCREASED); in madvise_inject_error()
/linux/Documentation/admin-guide/mm/
H A Dmemory-hotplug.rst308 additional files ``hard_offline_page`` and ``soft_offline_page`` are available
/linux/include/linux/
H A Dmm.h4598 extern int soft_offline_page(unsigned long pfn, int flags);