tag | line | file | source code |
---|---|---|---|
last_pid | 187 | fs/proc/array.c | nr_running, nr_tasks, last_pid); |
last_pid | 66 | include/linux/sched.h | extern int last_pid; |
last_pid | 32 | kernel/fork.c | int last_pid=0; |
last_pid | 68 | kernel/fork.c | if ((++last_pid) & 0xffff8000) |
last_pid | 69 | kernel/fork.c | last_pid=1; |
last_pid | 71 | kernel/fork.c | if (p->pid == last_pid || |
last_pid | 72 | kernel/fork.c | p->pgrp == last_pid || |
last_pid | 73 | kernel/fork.c | p->session == last_pid) |
last_pid | 76 | kernel/fork.c | return last_pid; |