Searched refs:hotplug_delay (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c45 static unsigned int hotplug_delay = CMM_HOTPLUG_DELAY; variable
62 module_param_named(hotplug_delay, hotplug_delay, uint, 0644);
63 MODULE_PARM_DESC(hotplug_delay, "Delay (in seconds) after memory hotplug remove "
307 hotplug_delay);
308 timeleft = msleep_interruptible(hotplug_delay *

Completed in 205 milliseconds