taglinefilesource code
comm125arch/i386/kernel/traps.ccurrent->comm, current->pid, 0xffff & i, current->kernel_stack_page);
comm297arch/i386/kernel/traps.cprintk("killing %s.\n",current->comm);
comm131arch/mips/kernel/traps.ccurrent->comm, current->pid, 0xffff & i,
comm173fs/exec.cchar corefile[6+sizeof(current->comm)];
comm188fs/exec.cmemcpy(corefile+5,current->comm,sizeof(current->comm));
comm215fs/exec.cstrncpy(dump.u_comm, current->comm, sizeof(current->comm));
comm519fs/exec.ccurrent->comm[i++] = ch;
comm521fs/exec.ccurrent->comm[i] = '\0';
comm487fs/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);
comm725kernel/sched.cprintk("%-8s %3d ", p->comm, (p == current) ? -nr : nr);
comm262mm/filemap.cprintk("%s tried to do a shared writeable mapping\n", current->comm);
comm76mm/memory.cprintk("\nOut of memory for %s.\n", current->comm);