Home
last modified time | relevance | path

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

/Linux-v5.15/fs/proc/
Darray.c101 char tcomm[64]; in proc_task_name() local
104 wq_worker_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
106 __get_task_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
109 seq_escape_str(m, tcomm, ESCAPE_SPACE | ESCAPE_SPECIAL, "\n\\"); in proc_task_name()
111 seq_printf(m, "%.64s", tcomm); in proc_task_name()
/Linux-v5.15/Documentation/filesystems/
Dproc.rst330 tcomm filename of the executable