Home
last modified time | relevance | path

Searched refs:last_pid (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/kernel/
Dfork.c38 int last_pid; variable
97 beginpid = last_pid; in get_pid()
98 if((++last_pid) & 0xffff8000) { in get_pid()
99 last_pid = 300; /* Skip daemons etc. */ in get_pid()
102 if(last_pid >= next_safe) { in get_pid()
108 if(p->pid == last_pid || in get_pid()
109 p->pgrp == last_pid || in get_pid()
110 p->tgid == last_pid || in get_pid()
111 p->session == last_pid) { in get_pid()
112 if(++last_pid >= next_safe) { in get_pid()
[all …]
/linux-2.4.37.9/fs/proc/
Dproc_misc.c116 nr_running, nr_threads, last_pid); in loadavg_read_proc()
/linux-2.4.37.9/include/linux/
Dsched.h77 extern int last_pid;