Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dpid.c493 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns) in pid_nr_ns() function
505 EXPORT_SYMBOL_GPL(pid_nr_ns);
509 return pid_nr_ns(pid, task_active_pid_ns(current)); in pid_vnr()
521 nr = pid_nr_ns(rcu_dereference(*task_pid_ptr(task, type)), ns); in __task_pid_nr_ns()
/linux-6.15/fs/proc/
H A Darray.c186 seq_put_decimal_ull(m, "\nPid:\t", pid_nr_ns(pid, ns)); in task_state()
518 tty_pgrp = pid_nr_ns(pgrp, ns); in do_task_stat()
589 seq_put_decimal_ull(m, "", pid_nr_ns(pid, ns)); in do_task_stat()
779 seq_printf(seq, "%d ", pid_nr_ns(v, proc_pid_ns(inode->i_sb))); in children_seq_show()
H A Dbase.c2553 pid_nr_ns(timer->it_pid, tp->ns)); in show_timer()
3556 iter.tgid = pid_nr_ns(pid, ns); in next_tgid()
/linux-6.15/include/linux/
H A Dptrace.h184 message = pid_nr_ns(pid, ns); in ptrace_event_pid()
H A Dpid.h183 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns);
/linux-6.15/kernel/bpf/
H A Dtask_iter.c121 *tid = pid_nr_ns(pid, common->ns); in task_seq_get_next()
232 tgid = pid_nr_ns(pid, task_active_pid_ns(current)); in bpf_iter_attach_task()
/linux-6.15/ipc/
H A Dmsg.c1355 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 Dshm.c1860 pid_nr_ns(shp->shm_cprid, pid_ns), in sysvipc_shm_proc_show()
1861 pid_nr_ns(shp->shm_lprid, pid_ns), in sysvipc_shm_proc_show()
/linux-6.15/fs/
H A Dpidfs.c184 nr = pid_nr_ns(pid, ns); in pidfd_show_fdinfo()
H A Dlocks.c2232 vnr = pid_nr_ns(pid, ns); in locks_translate_pid()
/linux-6.15/net/ipv6/
H A Dip6_flowlabel.c849 pid_nr_ns(fl->owner.pid, state->pid_ns) : in ip6fl_seq_show()
/linux-6.15/fs/fuse/
H A Ddev.c232 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_get_req()
628 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_force_creds()
H A Dfile.c2707 fl->c.flc_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns); in convert_fuse_file_lock()
2770 pid_t pid_nr = pid_nr_ns(pid, fm->fc->pid_ns); in fuse_setlk()
/linux-6.15/fs/gfs2/
H A Dglock.c2734 i->tgid = pid_nr_ns(pid, ns); in gfs2_glockfd_next_task()