Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dmemory_hotplug.h284 extern int offline_and_remove_memory(u64 start, u64 size);
/linux-6.14.4/mm/
Dmemory_hotplug.c2401 int offline_and_remove_memory(u64 start, u64 size) in offline_and_remove_memory() function
2456 EXPORT_SYMBOL_GPL(offline_and_remove_memory);
/linux-6.14.4/drivers/virtio/
Dvirtio_mem.c750 rc = offline_and_remove_memory(addr, size); in virtio_mem_offline_and_remove_memory()