Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtorture.c481 static struct task_struct *shuffler_task; variable
592 ret = torture_create_kthread(torture_shuffle, NULL, shuffler_task); in torture_shuffle_init()
605 if (shuffler_task) { in torture_shuffle_cleanup()
607 kthread_stop(shuffler_task); in torture_shuffle_cleanup()
610 shuffler_task = NULL; in torture_shuffle_cleanup()