Searched refs:__get_task_comm (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| A D | sched.h | 1941 extern char *__get_task_comm(char *to, size_t len, struct task_struct *tsk); 1944 __get_task_comm(buf, sizeof(buf), tsk); \
|
| /linux/fs/ |
| A D | exec.c | 1192 char *__get_task_comm(char *buf, size_t buf_size, struct task_struct *tsk) in __get_task_comm() function 1200 EXPORT_SYMBOL_GPL(__get_task_comm);
|
| /linux/fs/proc/ |
| A D | array.c | 112 __get_task_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
|
| /linux/kernel/ |
| A D | kthread.c | 104 __get_task_comm(buf, buf_size, tsk); in get_kthread_comm()
|
Completed in 20 milliseconds