Searched refs:find_pid_ns (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/kernel/ |
| H A D | pid.c | 316 struct pid *find_pid_ns(int nr, struct pid_namespace *ns) in find_pid_ns() function 320 EXPORT_SYMBOL_GPL(find_pid_ns); 324 return find_pid_ns(nr, task_active_pid_ns(current)); in find_vpid() 438 return pid_task(find_pid_ns(nr, ns), PIDTYPE_PID); in find_task_by_pid_ns()
|
| /linux-6.15/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-6.15/include/linux/ |
| H A D | pid.h | 120 extern struct pid *find_pid_ns(int nr, struct pid_namespace *ns);
|
| /linux-6.15/fs/ |
| H A D | locks.c | 2231 pid = find_pid_ns(fl->flc_pid, &init_pid_ns); in locks_translate_pid()
|
| /linux-6.15/fs/fuse/ |
| H A D | file.c | 2707 fl->c.flc_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns); in convert_fuse_file_lock()
|