| tag | line | file | source code |
|---|---|---|---|
| last_pid | 25 | kernel/fork.c | long last_pid=0; |
| last_pid | 76 | kernel/fork.c | if ((++last_pid) & 0xffff0000) |
| last_pid | 77 | kernel/fork.c | last_pid=1; |
| last_pid | 83 | kernel/fork.c | if (task[i]->pid == last_pid || task[i]->pgrp == last_pid) |
| last_pid | 129 | kernel/fork.c | p->pid = last_pid; |