Searched defs:PidNamespaceRef (Results 1 – 1 of 1) sorted by relevance
170 struct PidNamespaceRef<'a> { in current_pid_ns() struct171 task: &'a PidNamespace, in current_pid_ns()172 _not_send: NotThreadSafe, in current_pid_ns()175 impl Deref for PidNamespaceRef<'_> { in current_pid_ns() implementation