Searched refs:pid_nr_ns (Results 1 - 14 of 14) sorted by relevance

/linux-master/kernel/
H A Dpid.c485 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns) function
497 EXPORT_SYMBOL_GPL(pid_nr_ns); variable
501 return pid_nr_ns(pid, task_active_pid_ns(current));
513 nr = pid_nr_ns(rcu_dereference(*task_pid_ptr(task, type)), ns);
/linux-master/fs/proc/
H A Darray.c186 seq_put_decimal_ull(m, "\nPid:\t", pid_nr_ns(pid, ns));
518 tty_pgrp = pid_nr_ns(pgrp, ns);
589 seq_put_decimal_ull(m, "", pid_nr_ns(pid, ns));
779 seq_printf(seq, "%d ", pid_nr_ns(v, proc_pid_ns(inode->i_sb)));
H A Dbase.c2504 pid_nr_ns(timer->it_pid, tp->ns));
3497 iter.tgid = pid_nr_ns(pid, ns);
/linux-master/include/linux/
H A Dptrace.h184 message = pid_nr_ns(pid, ns);
H A Dpid.h170 * pid_nr_ns() : id seen from the ns specified.
183 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns);
/linux-master/fs/
H A Dpidfs.c63 nr = pid_nr_ns(pid, ns);
H A Dlocks.c2233 vnr = pid_nr_ns(pid, ns);
/linux-master/kernel/bpf/
H A Dtask_iter.c122 *tid = pid_nr_ns(pid, common->ns);
233 tgid = pid_nr_ns(pid, task_active_pid_ns(current));
/linux-master/ipc/
H A Dmsg.c1355 pid_nr_ns(msq->q_lspid, pid_ns),
1356 pid_nr_ns(msq->q_lrpid, pid_ns),
H A Dshm.c1864 pid_nr_ns(shp->shm_cprid, pid_ns),
1865 pid_nr_ns(shp->shm_lprid, pid_ns),
/linux-master/net/ipv6/
H A Dip6_flowlabel.c849 pid_nr_ns(fl->owner.pid, state->pid_ns) :
/linux-master/fs/fuse/
H A Ddev.c140 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns);
471 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns);
H A Dfile.c2615 fl->c.flc_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns);
2678 pid_t pid_nr = pid_nr_ns(pid, fm->fc->pid_ns);
/linux-master/fs/gfs2/
H A Dglock.c2736 i->tgid = pid_nr_ns(pid, ns);

Completed in 219 milliseconds