Home
last modified time | relevance | path

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

/rust/kernel/
Dpid_namespace.rs22 pub struct PidNamespace { struct
26 impl PidNamespace { impl
47 unsafe impl AlwaysRefCounted for PidNamespace { implementation
55 unsafe fn dec_ref(obj: ptr::NonNull<PidNamespace>) { in dec_ref()
64 unsafe impl Send for PidNamespace {} implementation
68 unsafe impl Sync for PidNamespace {} implementation
Dtask.rs243 pub fn get_pid_ns(&self) -> Option<ARef<PidNamespace>> { in get_pid_ns()
380 pub fn active_pid_ns(&self) -> Option<&PidNamespace> { in active_pid_ns()