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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c94 char tcomm[sizeof(p->comm)]; local
96 get_task_comm(tcomm, p);
101 name = tcomm;
102 i = sizeof(tcomm);
381 char tcomm[sizeof(task->comm)]; local
396 get_task_comm(tcomm, task);
472 tcomm,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dexec.c1047 char tcomm[sizeof(current->comm)]; local
1066 if (i < (sizeof(tcomm) - 1))
1067 tcomm[i++] = ch;
1069 tcomm[i] = '\0';
1070 set_task_comm(current, tcomm);

Completed in 124 milliseconds