Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-memory-page-offline1 What: /sys/devices/system/memory/soft_offline_page
/linux-6.12.1/arch/parisc/kernel/
Dpdt.c334 soft_offline_page(pde >> PAGE_SHIFT, 0); in pdt_mainloop()
/linux-6.12.1/drivers/base/
Dmemory.c602 ret = soft_offline_page(pfn, 0); in soft_offline_page_store()
624 static DEVICE_ATTR_WO(soft_offline_page);
/linux-6.12.1/mm/
Dmemory-failure.c2490 soft_offline_page(entry.pfn, entry.flags); in memory_failure_work_func()
2769 int soft_offline_page(unsigned long pfn, int flags) in soft_offline_page() function
Dmadvise.c1152 ret = soft_offline_page(pfn, MF_COUNT_INCREASED); in madvise_inject_error()
/linux-6.12.1/Documentation/admin-guide/mm/
Dmemory-hotplug.rst308 additional files ``hard_offline_page`` and ``soft_offline_page`` are available
/linux-6.12.1/include/linux/
Dmm.h3930 extern int soft_offline_page(unsigned long pfn, int flags);