Home
last modified time | relevance | path

Searched refs:tcomm (Results 1 – 2 of 2) sorted by relevance

/linux/fs/proc/
H A Darray.c101 char tcomm[64]; in proc_task_name() local
108 wq_worker_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
110 get_kthread_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
112 get_task_comm(tcomm, p); in proc_task_name()
115 seq_escape_str(m, tcomm, ESCAPE_SPACE | ESCAPE_SPECIAL, "\n\\"); in proc_task_name()
117 seq_printf(m, "%.64s", tcomm); in proc_task_name()
/linux/Documentation/filesystems/
H A Dproc.rst325 tcomm filename of the executable