Lines Matching defs:task
19 #include <linux/sched/task.h>
333 struct task_struct *task;
341 task = get_pid_task(submit->pid, PIDTYPE_PID);
342 if (!task)
346 *comm = kstrdup(task->comm, GFP_KERNEL);
349 *cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL);
351 put_task_struct(task);
378 DRM_DEV_ERROR(dev->dev, "%s: offending task: %s (%s)\n",
382 "offending task: %s (%s)", comm, cmd);
820 msm_gpu_create_private_address_space(struct msm_gpu *gpu, struct task_struct *task)
833 aspace->pid = get_pid(task_pid(task));
865 sched_set_fifo_low(gpu->worker->task);