Lines Matching defs:task_sync
96 struct task_struct *task_sync;
231 info->task_sync = NULL;
317 info->task_sync = kthread_run(run_request, info, "%s-%u",
320 if (!info->task_sync || IS_ERR(info->task_sync)) {
323 info->task_sync = NULL;
351 if (info->task_sync && !IS_ERR(info->task_sync)) {
354 kthread_stop(info->task_sync);
358 * info->task_sync is well protected, it can only be
364 if (info->task_sync && info->need_mod_put)