Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtorture.c730 static struct task_struct *stutter_task; variable
786 return torture_create_kthread(torture_stutter, NULL, stutter_task); in torture_stutter_init()
795 if (!stutter_task) in torture_stutter_cleanup()
798 kthread_stop(stutter_task); in torture_stutter_cleanup()
799 stutter_task = NULL; in torture_stutter_cleanup()