taglinefilesource code
last_pid61kernel/fork.cstatic int last_pid = 0;
last_pid67kernel/fork.cif ((++last_pid) & 0xffff8000)
last_pid68kernel/fork.clast_pid=1;
last_pid70kernel/fork.cif (p->pid == last_pid ||
last_pid71kernel/fork.cp->pgrp == last_pid ||
last_pid72kernel/fork.cp->session == last_pid)
last_pid75kernel/fork.creturn last_pid;