Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpid_namespace.h55 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
71 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
/linux-4.4.14/kernel/
Dpid_namespace.c115 ns->parent = get_pid_ns(parent_pid_ns); in create_pid_namespace()
157 return get_pid_ns(old_ns); in copy_pid_ns()
349 get_pid_ns(ns); in pidns_get()
387 nsproxy->pid_ns_for_children = get_pid_ns(new); in pidns_install()
Dpid.c329 get_pid_ns(ns); in alloc_pid()
Dcgroup.c4312 l->key.ns = get_pid_ns(task_active_pid_ns(current)); in cgroup_pidlist_find_create()
/linux-4.4.14/fs/proc/
Droot.c36 sb->s_fs_info = get_pid_ns(ns); in proc_set_super()
/linux-4.4.14/net/ipv6/
Dip6_flowlabel.c822 state->pid_ns = get_pid_ns(task_active_pid_ns(current)); in ip6fl_seq_open()
/linux-4.4.14/kernel/events/
Dcore.c7899 event->ns = get_pid_ns(task_active_pid_ns(current)); in perf_event_alloc()