Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpid.h133 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
/Linux-v5.15/kernel/bpf/
Dtask_iter.c33 pid = find_ge_pid(*tid, ns); in task_seq_get_next()
/Linux-v5.15/kernel/
Dpid.c518 struct pid *find_ge_pid(int nr, struct pid_namespace *ns) in find_ge_pid() function
/Linux-v5.15/fs/proc/
Dbase.c3416 pid = find_ge_pid(iter.tgid, ns); in next_tgid()