Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtask.rs172 struct PidNamespaceRef<'a> { in current_pid_ns() struct
173 task: &'a PidNamespace, in current_pid_ns()
174 _not_send: NotThreadSafe, in current_pid_ns()
177 impl Deref for PidNamespaceRef<'_> { in current_pid_ns() implementation