Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-memory-page-offline1 What: /sys/devices/system/memory/soft_offline_page
/linux-6.1.9/arch/parisc/kernel/
Dpdt.c333 soft_offline_page(pde >> PAGE_SHIFT, 0); in pdt_mainloop()
/linux-6.1.9/drivers/base/
Dmemory.c545 ret = soft_offline_page(pfn, 0); in soft_offline_page_store()
567 static DEVICE_ATTR_WO(soft_offline_page);
/linux-6.1.9/mm/
Dmemory-failure.c2258 soft_offline_page(entry.pfn, entry.flags); in memory_failure_work_func()
2549 int soft_offline_page(unsigned long pfn, int flags) in soft_offline_page() function
Dmadvise.c1128 ret = soft_offline_page(pfn, MF_COUNT_INCREASED); in madvise_inject_error()
/linux-6.1.9/Documentation/admin-guide/mm/
Dmemory-hotplug.rst301 additional files ``hard_offline_page`` and ``soft_offline_page`` are available
/linux-6.1.9/include/linux/
Dmm.h3299 extern int soft_offline_page(unsigned long pfn, int flags);