Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/virtio/
Dvirtio_mem.c26 static bool unplug_online = true; variable
27 module_param(unplug_online, bool, 0644);
28 MODULE_PARM_DESC(unplug_online, "Try to unplug online memory");
1440 if (!unplug_online) { in virtio_mem_unplug_request()