Searched refs:pid_nr_ns (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | pid.c | 473 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns) in pid_nr_ns() function 485 EXPORT_SYMBOL_GPL(pid_nr_ns); 489 return pid_nr_ns(pid, task_active_pid_ns(current)); in pid_vnr() 501 nr = pid_nr_ns(rcu_dereference(*task_pid_ptr(task, type)), ns); in __task_pid_nr_ns()
|
| H A D | fork.c | 1806 nr = pid_nr_ns(pid, ns); in pidfd_show_fdinfo()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | array.c | 189 seq_put_decimal_ull(m, "\nPid:\t", pid_nr_ns(pid, ns)); in task_state() 487 tty_pgrp = pid_nr_ns(pgrp, ns); in do_task_stat() 541 seq_put_decimal_ull(m, "", pid_nr_ns(pid, ns)); in do_task_stat() 734 seq_printf(seq, "%d ", pid_nr_ns(v, proc_pid_ns(inode->i_sb))); in children_seq_show()
|
| H A D | base.c | 2473 pid_nr_ns(timer->it_pid, tp->ns)); in show_timer() 3417 iter.tgid = pid_nr_ns(pid, ns); in next_tgid()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pid.h | 187 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns);
|
| H A D | ptrace.h | 185 message = pid_nr_ns(pid, ns); in ptrace_event_pid()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | task_iter.c | 35 *tid = pid_nr_ns(pid, ns); in task_seq_get_next()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | msg.c | 1335 pid_nr_ns(msq->q_lspid, pid_ns), in sysvipc_msg_proc_show() 1336 pid_nr_ns(msq->q_lrpid, pid_ns), in sysvipc_msg_proc_show()
|
| H A D | shm.c | 1859 pid_nr_ns(shp->shm_cprid, pid_ns), in sysvipc_shm_proc_show() 1860 pid_nr_ns(shp->shm_lprid, pid_ns), in sysvipc_shm_proc_show()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_flowlabel.c | 844 pid_nr_ns(fl->owner.pid, state->pid_ns) : in ip6fl_seq_show()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | dev.c | 141 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_get_req() 479 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_force_creds()
|
| H A D | file.c | 2439 fl->fl_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns); in convert_fuse_file_lock() 2502 pid_t pid_nr = pid_nr_ns(pid, fm->fc->pid_ns); in fuse_setlk()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_vivo | 1157 pid_nr_ns
|
| H A D | abi_gki_aarch64_qcom | 1763 pid_nr_ns
|
| H A D | abi_gki_aarch64_oplus | 1915 pid_nr_ns
|
| H A D | abi_gki_aarch64_galaxy | 3049 pid_nr_ns
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | locks.c | 2310 vnr = pid_nr_ns(pid, ns); in locks_translate_pid()
|