| tag | line | file | source code |
|---|---|---|---|
| last_pid | 22 | kernel/fork.c | long last_pid=0; |
| last_pid | 72 | kernel/fork.c | if ((++last_pid)<0) last_pid=1; |
| last_pid | 74 | kernel/fork.c | if (task[i] && ((task[i]->pid == last_pid) || |
| last_pid | 75 | kernel/fork.c | (task[i]->pgrp == last_pid))) |
| last_pid | 108 | kernel/fork.c | p->pid = last_pid; |