Searched refs:shuffler_task (Results 1 – 2 of 2) sorted by relevance
354 static struct task_struct *shuffler_task; variable459 return torture_create_kthread(torture_shuffle, NULL, shuffler_task); in torture_shuffle_init()469 if (shuffler_task) { in torture_shuffle_cleanup()471 kthread_stop(shuffler_task); in torture_shuffle_cleanup()474 shuffler_task = NULL; in torture_shuffle_cleanup()
112 7 if (shuffler_task != NULL) {114 9 kthread_stop(shuffler_task);116 11 shuffler_task = NULL;