Searched refs:find_pid_ns (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/
H A Dpid.c237 * Store a null pointer so find_pid_ns does not find
282 /* Make the PID visible to find_pid_ns. */
318 struct pid *find_pid_ns(int nr, struct pid_namespace *ns) function
322 EXPORT_SYMBOL_GPL(find_pid_ns); variable
326 return find_pid_ns(nr, task_active_pid_ns(current));
430 return pid_task(find_pid_ns(nr, ns), PIDTYPE_PID);
529 * If there is a pid at nr this function is exactly the same as find_pid_ns.
/linux-master/include/linux/
H A Dpid.h45 * find_pid_ns() using the int nr and struct pid_namespace *ns.
116 * find_pid_ns() finds the pid in the namespace specified
121 extern struct pid *find_pid_ns(int nr, struct pid_namespace *ns);
/linux-master/kernel/bpf/
H A Dtask_iter.c46 pid = find_pid_ns(common->pid, common->ns);
62 pid = find_pid_ns(common->pid_visiting, common->ns);
100 pid = find_pid_ns(common->pid, common->ns);
/linux-master/fs/
H A Dlocks.c2232 pid = find_pid_ns(fl->flc_pid, &init_pid_ns);
/linux-master/fs/fuse/
H A Dfile.c2615 fl->c.flc_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns);

Completed in 226 milliseconds