Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dtorture.c600 static struct task_struct *shutdown_task; variable
647 shutdown_task = NULL; /* Avoid self-kill deadlock. */ in torture_shutdown()
667 shutdown_task); in torture_shutdown_init()
701 if (shutdown_task != NULL) { in torture_shutdown_cleanup()
703 kthread_stop(shutdown_task); in torture_shutdown_cleanup()
705 shutdown_task = NULL; in torture_shutdown_cleanup()
/linux-6.1.9/kernel/rcu/
Drcuscale.c107 static struct task_struct *shutdown_task; variable
781 shutdown_task); in kfree_scale_init()
861 shutdown_task); in rcu_scale_init()
Drefscale.c104 static struct task_struct *shutdown_task; variable
844 shutdown_task); in ref_scale_init()