Searched refs:pid_nr_ns (Results 1 – 9 of 9) sorted by relevance
| /linux/kernel/ |
| H A D | pid.c | 540 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns) in pid_nr_ns() function 552 EXPORT_SYMBOL_GPL(pid_nr_ns); 556 return pid_nr_ns(pid, task_active_pid_ns(current)); in pid_vnr() 568 nr = pid_nr_ns(rcu_dereference(*task_pid_ptr(task, type)), ns); in __task_pid_nr_ns()
|
| /linux/include/linux/ |
| H A D | ptrace.h | 184 message = pid_nr_ns(pid, ns); in ptrace_event_pid()
|
| /linux/ipc/ |
| H A D | msg.c | 1355 pid_nr_ns(msq->q_lspid, pid_ns), in sysvipc_msg_proc_show() 1356 pid_nr_ns(msq->q_lrpid, pid_ns), in sysvipc_msg_proc_show()
|
| H A D | shm.c | 1865 pid_nr_ns(shp->shm_cprid, pid_ns), in sysvipc_shm_proc_show() 1866 pid_nr_ns(shp->shm_lprid, pid_ns), in sysvipc_shm_proc_show()
|
| /linux/fs/ |
| H A D | pidfs.c | 282 nr = pid_nr_ns(pid, ns); in pidfd_show_fdinfo()
|
| /linux/net/ipv6/ |
| H A D | ip6_flowlabel.c | 858 pid_nr_ns(fl->owner.pid, state->pid_ns) : in ip6fl_seq_show()
|
| /linux/fs/fuse/ |
| H A D | dev.c | 233 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_get_req() 654 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_force_creds()
|
| H A D | file.c | 2458 fl->c.flc_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns); in convert_fuse_file_lock() 2521 pid_t pid_nr = pid_nr_ns(pid, fm->fc->pid_ns); in fuse_setlk()
|
| /linux/fs/proc/ |
| H A D | base.c | 2562 pid_nr_ns(timer->it_pid, tp->ns)); in show_timer() 3558 iter.tgid = pid_nr_ns(pid, ns); in next_tgid()
|