Home
last modified time | relevance | path

Searched refs:shutdown_task (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dtorture.c456 static struct task_struct *shutdown_task; variable
503 shutdown_task = NULL; /* Avoid self-kill deadlock. */ in torture_shutdown()
522 shutdown_task); in torture_shutdown_init()
556 if (shutdown_task != NULL) { in torture_shutdown_cleanup()
558 kthread_stop(shutdown_task); in torture_shutdown_cleanup()
560 shutdown_task = NULL; in torture_shutdown_cleanup()
/kernel/rcu/
Drcuperf.c98 static struct task_struct *shutdown_task; variable
647 shutdown_task); in rcu_perf_init()