taglinefilesource code
comm112arch/i386/kernel/traps.ccurrent->comm, current->pid, 0xffff & i, current->kernel_stack_page);
comm260arch/i386/kernel/traps.cprintk("killing %s.\n",current->comm);
comm170fs/exec.cchar corefile[6+sizeof(current->comm)];
comm185fs/exec.cmemcpy(corefile+5,current->comm,sizeof(current->comm));
comm212fs/exec.cstrncpy(dump.u_comm, current->comm, sizeof(current->comm));
comm517fs/exec.ccurrent->comm[i++] = ch;
comm519fs/exec.ccurrent->comm[i] = '\0';
comm455fs/proc/array.c(*p)->comm,
comm20fs/stat.ccurrent->comm);
comm300fs/umsdos/namei.c, current->comm,STACK_MAGIC \
comm176include/linux/sched.hchar comm[16];
comm97kernel/exit.cprintk(KERN_ALERT "release: %s kernel stack corruption. Aiee\n", p->comm);
comm744kernel/sched.cprintk("%-8s %3d ", p->comm, (p == current) ? -nr : nr);
comm220mm/filemap.cprintk("%s tried to do a shared writeable mapping\n", current->comm);
comm87mm/memory.cprintk("\nOut of memory for %s.\n", current->comm);
comm413mm/swap.cp->comm, address + offset, pg_table);