Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-memory-page-offline1 What: /sys/devices/system/memory/soft_offline_page
/Linux-v5.15/arch/parisc/kernel/
Dpdt.c333 soft_offline_page(pde >> PAGE_SHIFT, 0); in pdt_mainloop()
/Linux-v5.15/drivers/base/
Dmemory.c541 ret = soft_offline_page(pfn, 0); in soft_offline_page_store()
561 static DEVICE_ATTR_WO(soft_offline_page);
/Linux-v5.15/mm/
Dmemory-failure.c1882 soft_offline_page(entry.pfn, entry.flags); in memory_failure_work_func()
2173 int soft_offline_page(unsigned long pfn, int flags) in soft_offline_page() function
Dmadvise.c966 ret = soft_offline_page(pfn, MF_COUNT_INCREASED); in madvise_inject_error()
/Linux-v5.15/Documentation/admin-guide/mm/
Dmemory-hotplug.rst299 additional files ``hard_offline_page`` and ``soft_offline_page`` are available
/Linux-v5.15/include/linux/
Dmm.h3125 extern int soft_offline_page(unsigned long pfn, int flags);