Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dpid_namespace.h40 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
60 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
/linux-3.3/kernel/
Dpid_namespace.c92 ns->parent = get_pid_ns(parent_pid_ns); in create_pid_namespace()
128 return get_pid_ns(old_ns); in copy_pid_ns()
Dpid.c305 get_pid_ns(ns); in alloc_pid()
Dcgroup.c3170 l->key.ns = get_pid_ns(ns); in cgroup_pidlist_find()
/linux-3.3/fs/proc/
Droot.c35 sb->s_fs_info = get_pid_ns(ns); in proc_set_super()
/linux-3.3/kernel/events/
Dcore.c5767 event->ns = get_pid_ns(current->nsproxy->pid_ns); in perf_event_alloc()