Searched refs:shuffler_task (Results 1 – 2 of 2) sorted by relevance
326 static struct task_struct *shuffler_task; variable431 return torture_create_kthread(torture_shuffle, NULL, shuffler_task); in torture_shuffle_init()441 if (shuffler_task) { in torture_shuffle_cleanup()443 kthread_stop(shuffler_task); in torture_shuffle_cleanup()446 shuffler_task = NULL; in torture_shuffle_cleanup()
108 7 if (shuffler_task != NULL) {110 9 kthread_stop(shuffler_task);112 11 shuffler_task = NULL;