Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/proc/
Darray.c89 char tcomm[sizeof(p->comm)]; in task_name() local
91 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() local
347 get_task_comm(tcomm, task); in proc_pid_stat()
367 tcomm, in proc_pid_stat()
/linux-2.4.37.9/fs/
Dexec.c593 char tcomm[sizeof(current->comm)]; in flush_old_exec() local
640 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()