Lines Matching defs:comm
202 if (state->comm)
203 drm_printf(&p, "comm: %s\n", state->comm);
258 struct msm_gem_submit *submit, char *comm, char *cmd)
275 state->comm = kstrdup(comm, GFP_KERNEL);
301 struct msm_gem_submit *submit, char *comm, char *cmd)
330 static void get_comm_cmdline(struct msm_gem_submit *submit, char **comm, char **cmd)
338 *comm = kstrdup(ctx->comm, GFP_KERNEL);
345 if (!*comm)
346 *comm = kstrdup(task->comm, GFP_KERNEL);
361 char *comm = NULL, *cmd = NULL;
375 get_comm_cmdline(submit, &comm, &cmd);
377 if (comm && cmd) {
379 gpu->name, comm, cmd);
382 "offending task: %s (%s)", comm, cmd);
396 msm_gpu_crashstate_capture(gpu, submit, comm, cmd);
399 kfree(comm);
454 char *comm = NULL, *cmd = NULL;
463 get_comm_cmdline(submit, &comm, &cmd);
474 msm_gpu_crashstate_capture(gpu, submit, comm, cmd);
478 kfree(comm);