Lines Matching full:shutdown
54 /* Mediate rmmod and system shutdown. Concurrent rmmod & shutdown illegal! */
56 #define FULLSTOP_SHUTDOWN 1 /* System shutdown with torture running. */
478 * Variables for auto-shutdown. This allows "lights out" torture runs
482 static ktime_t shutdown_time; /* time to system shutdown. */
492 pr_notice("torture thread %s parking due to system shutdown\n", in torture_shutdown_absorb()
500 * Cause the torture test to shutdown the system after the test has
540 * Start up the shutdown task.
555 * Detect and respond to a system shutdown.
562 VERBOSE_TOROUT_STRING("Unscheduled system shutdown detected"); in torture_shutdown_notify()
565 pr_warn("Concurrent rmmod and shutdown illegal!\n"); in torture_shutdown_notify()
576 * Shut down the shutdown task. Say what??? Heh! This can happen if
577 * the torture module gets an rmmod before the shutdown time arrives. ;-)
718 * the client torture module. Returns true if a race with system shutdown
734 pr_warn("Concurrent rmmod and shutdown illegal!\n"); in torture_cleanup_begin()