tag | line | file | source code |
comm | 112 | arch/i386/kernel/traps.c | current->comm, current->pid, 0xffff & i, current->kernel_stack_page); |
comm | 260 | arch/i386/kernel/traps.c | printk("killing %s.\n",current->comm); |
comm | 170 | fs/exec.c | char corefile[6+sizeof(current->comm)]; |
comm | 185 | fs/exec.c | memcpy(corefile+5,current->comm,sizeof(current->comm)); |
comm | 212 | fs/exec.c | strncpy(dump.u_comm, current->comm, sizeof(current->comm)); |
comm | 517 | fs/exec.c | current->comm[i++] = ch; |
comm | 519 | fs/exec.c | current->comm[i] = '\0'; |
comm | 455 | fs/proc/array.c | (*p)->comm, |
comm | 20 | fs/stat.c | current->comm); |
comm | 300 | fs/umsdos/namei.c | , current->comm,STACK_MAGIC \ |
comm | 176 | include/linux/sched.h | char comm[16]; |
comm | 97 | kernel/exit.c | printk(KERN_ALERT "release: %s kernel stack corruption. Aiee\n", p->comm); |
comm | 744 | kernel/sched.c | printk("%-8s %3d ", p->comm, (p == current) ? -nr : nr); |
comm | 220 | mm/filemap.c | printk("%s tried to do a shared writeable mapping\n", current->comm); |
comm | 87 | mm/memory.c | printk("\nOut of memory for %s.\n", current->comm); |
comm | 413 | mm/swap.c | p->comm, address + offset, pg_table); |