Lines Matching defs:comm
168 char comm[TASK_COMM_LEN]; /* executable name */
363 warn_or_seq_printf(seq, " comm \"%s\", pid %d, jiffies %lu (age %d.%03ds)\n",
364 object->comm, object->pid, object->jiffies,
384 pr_notice(" comm \"%s\", pid %d, jiffies %lu\n",
385 object->comm, object->pid, object->jiffies);
665 strncpy(object->comm, "hardirq", sizeof(object->comm));
668 strncpy(object->comm, "softirq", sizeof(object->comm));
677 strncpy(object->comm, current->comm, sizeof(object->comm));