Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpid.h117 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
/linux-4.1.27/kernel/
Dpid.c557 struct pid *find_ge_pid(int nr, struct pid_namespace *ns) in find_ge_pid() function
/linux-4.1.27/fs/proc/
Dbase.c2825 pid = find_ge_pid(iter.tgid, ns); in next_tgid()