Searched refs:task_sync (Results 1 – 1 of 1) sorted by relevance
100 struct task_struct *task_sync; member235 info->task_sync = NULL; in run_request()321 info->task_sync = kthread_run(run_request, info, "%s-%u", in try_one_request()324 if (!info->task_sync || IS_ERR(info->task_sync)) { in try_one_request()327 info->task_sync = NULL; in try_one_request()355 if (info->task_sync && !IS_ERR(info->task_sync)) { in test_dev_kmod_stop_tests()358 kthread_stop(info->task_sync); in test_dev_kmod_stop_tests()368 if (info->task_sync && info->need_mod_put) in test_dev_kmod_stop_tests()