Lines Matching full:shutdown
65 /* Mediate rmmod and system shutdown. Concurrent rmmod & shutdown illegal! */
67 #define FULLSTOP_SHUTDOWN 1 /* System shutdown with torture running. */
609 * Variables for auto-shutdown. This allows "lights out" torture runs
613 static ktime_t shutdown_time; /* time to system shutdown. */
623 pr_notice("torture thread %s parking due to system shutdown\n", in torture_shutdown_absorb()
631 * Cause the torture test to shutdown the system after the test has
671 * Start up the shutdown task.
686 * Detect and respond to a system shutdown.
693 VERBOSE_TOROUT_STRING("Unscheduled system shutdown detected"); in torture_shutdown_notify()
696 pr_warn("Concurrent rmmod and shutdown illegal!\n"); in torture_shutdown_notify()
707 * Shut down the shutdown task. Say what??? Heh! This can happen if
708 * the torture module gets an rmmod before the shutdown time arrives. ;-)
857 * the client torture module. Returns true if a race with system shutdown
873 pr_warn("Concurrent rmmod and shutdown illegal!\n"); in torture_cleanup_begin()