Lines Matching defs:comm
162 char comm[TASK_COMM_LEN]; /* executable name */
342 warn_or_seq_printf(seq, " comm \"%s\", pid %d, jiffies %lu (age %d.%03ds)\n",
343 object->comm, object->pid, object->jiffies,
363 pr_notice(" comm \"%s\", pid %d, jiffies %lu\n",
364 object->comm, object->pid, object->jiffies);
602 strncpy(object->comm, "hardirq", sizeof(object->comm));
605 strncpy(object->comm, "softirq", sizeof(object->comm));
614 strncpy(object->comm, current->comm, sizeof(object->comm));