Searched defs:PidNamespaceRef (Results 1 – 1 of 1) sorted by relevance
172 struct PidNamespaceRef<'a> { in current_pid_ns() struct173 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