Searched refs:find_pid_ns (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/ |
| H A D | pid.c | 318 struct pid *find_pid_ns(int nr, struct pid_namespace *ns) in find_pid_ns() function 322 EXPORT_SYMBOL_GPL(find_pid_ns); 326 return find_pid_ns(nr, task_active_pid_ns(current)); in find_vpid() 435 return pid_task(find_pid_ns(nr, ns), PIDTYPE_PID); in find_task_by_pid_ns()
|
| /linux/kernel/bpf/ |
| H A D | task_iter.c | 45 pid = find_pid_ns(common->pid, common->ns); in task_group_seq_get_next() 61 pid = find_pid_ns(common->pid_visiting, common->ns); in task_group_seq_get_next() 99 pid = find_pid_ns(common->pid, common->ns); in task_seq_get_next()
|
| /linux/include/linux/ |
| H A D | pid.h | 124 extern struct pid *find_pid_ns(int nr, struct pid_namespace *ns);
|
| /linux/fs/ |
| H A D | locks.c | 2231 pid = find_pid_ns(fl->flc_pid, &init_pid_ns); in locks_translate_pid()
|
| /linux/fs/fuse/ |
| H A D | file.c | 2375 fl->c.flc_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns); in convert_fuse_file_lock()
|