Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dmemory_hotplug.h306 extern int offline_and_remove_memory(u64 start, u64 size);
/Linux-v5.15/mm/
Dmemory_hotplug.c2309 int offline_and_remove_memory(u64 start, u64 size) in offline_and_remove_memory() function
2364 EXPORT_SYMBOL_GPL(offline_and_remove_memory);
/Linux-v5.15/drivers/virtio/
Dvirtio_mem.c725 rc = offline_and_remove_memory(addr, size); in virtio_mem_offline_and_remove_memory()