Home
last modified time | relevance | path

Searched refs:offline_and_remove_memory (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dmemory_hotplug.h310 extern int offline_and_remove_memory(u64 start, u64 size);
/linux-6.1.9/mm/
Dmemory_hotplug.c2227 int offline_and_remove_memory(u64 start, u64 size) in offline_and_remove_memory() function
2282 EXPORT_SYMBOL_GPL(offline_and_remove_memory);
/linux-6.1.9/drivers/virtio/
Dvirtio_mem.c741 rc = offline_and_remove_memory(addr, size); in virtio_mem_offline_and_remove_memory()