Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dtorture.c610 static struct task_struct *shutdown_task; variable
657 shutdown_task = NULL; /* Avoid self-kill deadlock. */ in torture_shutdown()
677 shutdown_task); in torture_shutdown_init()
711 if (shutdown_task != NULL) { in torture_shutdown_cleanup()
713 kthread_stop(shutdown_task); in torture_shutdown_cleanup()
715 shutdown_task = NULL; in torture_shutdown_cleanup()
/openbmc/linux/kernel/rcu/
H A Drcuscale.c110 static struct task_struct *shutdown_task; variable
800 shutdown_task); in kfree_scale_init()
1001 shutdown_task); in rcu_scale_init()
H A Drefscale.c106 static struct task_struct *shutdown_task; variable
1116 shutdown_task); in ref_scale_init()