Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dpid_namespace.h57 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
90 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
/linux-6.14.4/rust/kernel/
Dtask.rs294 pub fn get_pid_ns(&self) -> Option<ARef<PidNamespace>> { in get_pid_ns() method