Searched refs:__get_task_comm (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/linux/ |
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-6.12.1/fs/ |
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-6.12.1/fs/proc/ |
D | array.c | 112 __get_task_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
|
/linux-6.12.1/kernel/ |
D | kthread.c | 104 __get_task_comm(buf, buf_size, tsk); in get_kthread_comm()
|