Home
last modified time | relevance | path

Searched refs:get_pid_ns (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/
H A Dpid_namespace.c108 ns->parent = get_pid_ns(parent_pid_ns); in create_pid_namespace()
146 return get_pid_ns(old_ns); in copy_pid_ns()
348 get_pid_ns(ns); in pidns_get()
361 get_pid_ns(ns); in pidns_for_children_get()
410 nsproxy->pid_ns_for_children = get_pid_ns(new); in pidns_install()
429 return &get_pid_ns(pid_ns)->ns; in pidns_get_parent()
H A Dnsproxy.c401 get_pid_ns(pid_ns); in validate_nsset()
H A Dpid.c259 get_pid_ns(ns); in alloc_pid()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpid_namespace.h43 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
59 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
/OK3568_Linux_fs/kernel/fs/proc/
H A Droot.c173 fs_info->pid_ns = get_pid_ns(ctx->pid_ns); in proc_fill_super()
255 ctx->pid_ns = get_pid_ns(task_active_pid_ns(current)); in proc_init_fs_context()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtask_iter.c290 common->ns = get_pid_ns(task_active_pid_ns(current)); in init_seq_pidns()
/OK3568_Linux_fs/kernel/ipc/
H A Dutil.c873 iter->pid_ns = get_pid_ns(task_active_pid_ns(current)); in sysvipc_proc_open()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup-v1.c319 l->key.ns = get_pid_ns(task_active_pid_ns(current)); in cgroup_pidlist_find_create()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dinode.c713 fc->pid_ns = get_pid_ns(task_active_pid_ns(current)); in fuse_conn_init()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c11262 event->ns = get_pid_ns(task_active_pid_ns(current)); in perf_event_alloc()