Searched refs:pm_test_delay (Results 1 – 3 of 3) sorted by relevance
338 static unsigned int pm_test_delay = 5; variable 339 module_param(pm_test_delay, uint, 0644);340 MODULE_PARM_DESC(pm_test_delay,349 pm_test_delay); in suspend_test() 350 mdelay(pm_test_delay * 1000); in suspend_test()
141 static unsigned int pm_test_delay = 5; variable 142 module_param(pm_test_delay, uint, 0644);143 MODULE_PARM_DESC(pm_test_delay,148 pm_test_delay); in hibernation_debug_sleep() 149 mdelay(pm_test_delay * 1000); in hibernation_debug_sleep()
87 seconds (5 by default, but configurable by the suspend.pm_test_delay module