Home
last modified time | relevance | path

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

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