Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpid.h127 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
/linux-6.15/kernel/
H A Dpid.c539 struct pid *find_ge_pid(int nr, struct pid_namespace *ns) in find_ge_pid() function
543 EXPORT_SYMBOL_GPL(find_ge_pid);
/linux-6.15/kernel/bpf/
H A Dtask_iter.c119 pid = find_ge_pid(*tid, common->ns); in task_seq_get_next()
/linux-6.15/fs/gfs2/
H A Dglock.c2732 pid = find_ge_pid(i->tgid, ns); in gfs2_glockfd_next_task()
/linux-6.15/fs/proc/
H A Dbase.c3554 pid = find_ge_pid(iter.tgid, ns); in next_tgid()