Searched refs:tcomm (Results 1 – 2 of 2) sorted by relevance
89 char tcomm[sizeof(p->comm)]; in task_name() local91 get_task_comm(tcomm, p); in task_name()94 name = tcomm; in task_name()95 i = sizeof(tcomm); in task_name()315 char tcomm[sizeof(task->comm)]; in proc_pid_stat() local347 get_task_comm(tcomm, task); in proc_pid_stat()367 tcomm, in proc_pid_stat()
593 char tcomm[sizeof(current->comm)]; in flush_old_exec() local640 if (i < (sizeof(tcomm) - 1)) in flush_old_exec()641 tcomm[i++] = ch; in flush_old_exec()643 tcomm[i] = '\0'; in flush_old_exec()644 set_task_comm(current, tcomm); in flush_old_exec()