Searched refs:task_sync (Results 1 – 1 of 1) sorted by relevance
106 struct task_struct *task_sync; member241 info->task_sync = NULL; in run_request()327 info->task_sync = kthread_run(run_request, info, "%s-%u", in try_one_request()330 if (!info->task_sync || IS_ERR(info->task_sync)) { in try_one_request()333 info->task_sync = NULL; in try_one_request()361 if (info->task_sync && !IS_ERR(info->task_sync)) { in test_dev_kmod_stop_tests()364 kthread_stop(info->task_sync); in test_dev_kmod_stop_tests()374 if (info->task_sync && info->need_mod_put) in test_dev_kmod_stop_tests()