Lines Matching defs:task_sync
107 struct task_struct *task_sync;
242 info->task_sync = NULL;
328 info->task_sync = kthread_run(run_request, info, "%s-%u",
331 if (!info->task_sync || IS_ERR(info->task_sync)) {
334 info->task_sync = NULL;
362 if (info->task_sync && !IS_ERR(info->task_sync)) {
365 kthread_stop(info->task_sync);
369 * info->task_sync is well protected, it can only be
375 if (info->task_sync && info->need_mod_put)