Searched defs:pid_ns (Results 1 – 3 of 3) sorted by relevance
56 static inline int mk_pid(struct pid_namespace *pid_ns, in mk_pid()125 static int alloc_pidmap(struct pid_namespace *pid_ns) in alloc_pidmap()185 int next_pidmap(struct pid_namespace *pid_ns, int last) in next_pidmap()
151 void zap_pid_ns_processes(struct pid_namespace *pid_ns) in zap_pid_ns_processes()
864 struct pid_namespace *pid_ns = task_active_pid_ns(father); in find_new_reaper() local