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

/linux-master/fs/proc/
H A Darray.c101 char tcomm[64]; local
108 wq_worker_comm(tcomm, sizeof(tcomm), p);
110 get_kthread_comm(tcomm, sizeof(tcomm), p);
112 __get_task_comm(tcomm, sizeof(tcomm), p);
115 seq_escape_str(m, tcomm, ESCAPE_SPACE | ESCAPE_SPECIAL, "\n\\");
117 seq_printf(m, "%.64s", tcomm);

Completed in 79 milliseconds