Searched refs:find_pid_ns (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/kernel/ |
D | pid.c | 309 struct pid *find_pid_ns(int nr, struct pid_namespace *ns) in find_pid_ns() function 313 EXPORT_SYMBOL_GPL(find_pid_ns); 317 return find_pid_ns(nr, task_active_pid_ns(current)); in find_vpid() 417 return pid_task(find_pid_ns(nr, ns), PIDTYPE_PID); in find_task_by_pid_ns()
|
/linux-6.1.9/kernel/bpf/ |
D | task_iter.c | 44 pid = find_pid_ns(common->pid, common->ns); in task_group_seq_get_next() 63 pid = find_pid_ns(common->pid_visiting, common->ns); in task_group_seq_get_next() 69 pid = find_pid_ns(common->pid_visiting, common->ns); in task_group_seq_get_next() 120 pid = find_pid_ns(common->pid, common->ns); in task_seq_get_next()
|
/linux-6.1.9/include/linux/ |
D | pid.h | 127 extern struct pid *find_pid_ns(int nr, struct pid_namespace *ns);
|
/linux-6.1.9/fs/ |
D | locks.c | 2181 pid = find_pid_ns(fl->fl_pid, &init_pid_ns); in locks_translate_pid()
|
/linux-6.1.9/fs/fuse/ |
D | file.c | 2476 fl->fl_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns); in convert_fuse_file_lock()
|