Home
last modified time | relevance | path

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

/linux/fs/proc/
A 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/Documentation/filesystems/
A Dproc.rst330 tcomm filename of the executable

Completed in 8 milliseconds