Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dpid.h119 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
/linux-3.4.99/kernel/
Dpid.c525 struct pid *find_ge_pid(int nr, struct pid_namespace *ns) in find_ge_pid() function
/linux-3.4.99/fs/proc/
Dbase.c3224 pid = find_ge_pid(iter.tgid, ns); in next_tgid()