Searched refs:pm_test_delay (Results 1 – 4 of 4) sorted by relevance
338 static unsigned int pm_test_delay = 5; variable339 module_param(pm_test_delay, uint, 0644);340 MODULE_PARM_DESC(pm_test_delay,351 pm_test_delay); in suspend_test()352 for (i = 0; i < pm_test_delay && !pm_wakeup_pending(); i++) { in suspend_test()
152 static unsigned int pm_test_delay = 5; variable153 module_param(pm_test_delay, uint, 0644);154 MODULE_PARM_DESC(pm_test_delay,159 pm_test_delay); in hibernation_debug_sleep()160 mdelay(pm_test_delay * 1000); in hibernation_debug_sleep()
87 seconds (5 by default, but configurable by the suspend.pm_test_delay module
2018 hibernate.pm_test_delay=7508 suspend.pm_test_delay=