Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dtorture.c454 static struct task_struct *shutdown_task; variable
501 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()
/Linux-v4.19/kernel/rcu/
Drcuperf.c105 static struct task_struct *shutdown_task; variable
701 shutdown_task); in rcu_perf_init()