Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpid.h135 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
/Linux-v6.6/kernel/
Dpid.c521 struct pid *find_ge_pid(int nr, struct pid_namespace *ns) in find_ge_pid() function
525 EXPORT_SYMBOL_GPL(find_ge_pid);
/Linux-v6.6/kernel/bpf/
Dtask_iter.c140 pid = find_ge_pid(*tid, common->ns); in task_seq_get_next()
/Linux-v6.6/fs/gfs2/
Dglock.c2697 pid = find_ge_pid(i->tgid, ns); in gfs2_glockfd_next_task()
/Linux-v6.6/fs/proc/
Dbase.c3488 pid = find_ge_pid(iter.tgid, ns); in next_tgid()