Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkthread.h36 void get_kthread_comm(char *buf, size_t buf_size, struct task_struct *tsk);
/linux/fs/proc/
H A Darray.c110 get_kthread_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
/linux/kernel/
H A Dkthread.c99 void get_kthread_comm(char *buf, size_t buf_size, struct task_struct *tsk) in get_kthread_comm() function