Lines Matching defs:task
119 struct task_struct *task;
926 if (ps3fb.task && !ps3fb.is_blanked &&
929 wake_up_process(ps3fb.task);
978 struct task_struct *task;
1173 task = kthread_run(ps3fbd, info, DEVICE_NAME);
1174 if (IS_ERR(task)) {
1175 retval = PTR_ERR(task);
1179 ps3fb.task = task;
1220 if (ps3fb.task) {
1221 struct task_struct *task = ps3fb.task;
1222 ps3fb.task = NULL;
1223 kthread_stop(task);