Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-memory-page-offline1 What: /sys/devices/system/memory/soft_offline_page
/Linux-v4.19/arch/parisc/kernel/
Dpdt.c330 soft_offline_page( in pdt_mainloop()
/Linux-v4.19/drivers/base/
Dmemory.c557 ret = soft_offline_page(pfn_to_page(pfn), 0); in store_soft_offline_page()
578 static DEVICE_ATTR(soft_offline_page, S_IWUSR, NULL, store_soft_offline_page);
/Linux-v4.19/mm/
Dmemory-failure.c1491 soft_offline_page(pfn_to_page(entry.pfn), entry.flags); in memory_failure_work_func()
1895 int soft_offline_page(struct page *page, int flags) in soft_offline_page() function
Dmadvise.c658 ret = soft_offline_page(page, MF_COUNT_INCREASED); in madvise_inject_error()
/Linux-v4.19/include/linux/
Dmm.h2706 extern int soft_offline_page(struct page *page, int flags);