Home
last modified time | relevance | path

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

/linux-6.1.9/fs/proc/
Darray.c100 char tcomm[64]; in proc_task_name() local
107 wq_worker_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
109 get_kthread_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
111 __get_task_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
114 seq_escape_str(m, tcomm, ESCAPE_SPACE | ESCAPE_SPECIAL, "\n\\"); in proc_task_name()
116 seq_printf(m, "%.64s", tcomm); in proc_task_name()
/linux-6.1.9/Documentation/filesystems/
Dproc.rst330 tcomm filename of the executable