Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtorture.c725 static struct task_struct *stutter_task; variable
781 return torture_create_kthread(torture_stutter, NULL, stutter_task); in torture_stutter_init()
790 if (!stutter_task) in torture_stutter_cleanup()
793 kthread_stop(stutter_task); in torture_stutter_cleanup()
794 stutter_task = NULL; in torture_stutter_cleanup()