Lines Matching defs:task
34 #include <linux/sched/task.h>
51 struct task_struct *task;
95 tsk = waiter->task;
96 smp_store_release(&waiter->task, NULL);
124 wake_up_process(waiter->task);
133 * - woken process blocks are discarded from the list after having task zeroed
183 waiter.task = current;
196 if (!smp_load_acquire(&waiter.task))
207 * Lock timed out but check if this task was just
212 if (waiter.task) {
217 put_task_struct(waiter.task);
255 waiter.task = current;