Home
last modified time | relevance | path

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

/linux-6.6.21/fs/proc/
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, sizeof(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-6.6.21/Documentation/filesystems/
Dproc.rst334 tcomm filename of the executable