Home
last modified time | relevance | path

Searched refs:tcomm (Results 1 – 2 of 2) sorted by relevance

/fs/proc/
Darray.c94 char tcomm[sizeof(p->comm)]; in task_name() local
96 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() local
374 get_task_comm(tcomm, task); in do_task_stat()
454 tcomm, in do_task_stat()
/fs/
Dexec.c957 char tcomm[sizeof(current->comm)]; in flush_old_exec() local
993 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()