Home
last modified time | relevance | path

Searched defs:get_pid_ns (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpid_namespace.h62 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
98 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
/linux/rust/kernel/
H A Dtask.rs248 pub fn get_pid_ns(&self) -> Option<ARef<PidNamespace>> { get_pid_ns() method