taglinefilesource code
comm125arch/i386/kernel/traps.ccurrent->comm, current->pid, 0xffff & i, current->kernel_stack_page);
comm303arch/i386/kernel/traps.cprintk("killing %s.\n",current->comm);
comm136arch/mips/kernel/traps.ccurrent->comm, current->pid, 0xffff & i,
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));
comm516fs/exec.ccurrent->comm[i++] = ch;
comm518fs/exec.ccurrent->comm[i] = '\0';
comm476fs/proc/array.c(*p)->comm,
comm22fs/stat.ccurrent->comm);
comm304fs/umsdos/namei.c, current->comm,STACK_MAGIC \
comm177include/linux/sched.hchar comm[16];
comm97kernel/exit.cprintk(KERN_ALERT "release: %s kernel stack corruption. Aiee\n", p->comm);
comm724kernel/sched.cprintk("%-8s %3d ", p->comm, (p == current) ? -nr : nr);
comm224mm/filemap.cprintk("%s tried to do a shared writeable mapping\n", current->comm);
comm74mm/memory.cprintk("\nOut of memory for %s.\n", current->comm);