Home
last modified time | relevance | path

Searched refs:__get_task_comm (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dsched.h2014 extern char *__get_task_comm(char *to, size_t len, struct task_struct *tsk);
2017 __get_task_comm(buf, sizeof(buf), tsk); \
/openbmc/linux/fs/
H A Dexec.c1215 char *__get_task_comm(char *buf, size_t buf_size, struct task_struct *tsk) in __get_task_comm() function
1223 EXPORT_SYMBOL_GPL(__get_task_comm);
/openbmc/linux/fs/proc/
H A Darray.c112 __get_task_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
/openbmc/linux/kernel/
H A Dkthread.c104 __get_task_comm(buf, buf_size, tsk); in get_kthread_comm()