Home
last modified time | relevance | path

Searched refs:get_task_comm (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/proc/
Darray.c91 get_task_comm(tcomm, p); in task_name()
347 get_task_comm(tcomm, task); in proc_pid_stat()
/linux-2.4.37.9/include/linux/
Dsched.h806 extern void get_task_comm(char *to, struct task_struct *tsk);
/linux-2.4.37.9/fs/
Dexec.c570 void get_task_comm(char *buf, struct task_struct *tsk) in get_task_comm() function