Searched refs:tcomm (Results 1 – 2 of 2) sorted by relevance
94 char tcomm[sizeof(p->comm)]; in task_name() local96 get_task_comm(tcomm, p); in task_name()101 name = tcomm; in task_name()102 i = sizeof(tcomm); in task_name()362 char tcomm[sizeof(task->comm)]; in do_task_stat() local374 get_task_comm(tcomm, task); in do_task_stat()454 tcomm, in do_task_stat()
957 char tcomm[sizeof(current->comm)]; in flush_old_exec() local993 if (i < (sizeof(tcomm) - 1)) in flush_old_exec()994 tcomm[i++] = ch; in flush_old_exec()996 tcomm[i] = '\0'; in flush_old_exec()997 set_task_comm(current, tcomm); in flush_old_exec()