Searched refs:Ucount (Results 1 – 4 of 4) sorted by relevance
14 pub enum Ucount { enum60 ucount: (0..Ucount::Counts as usize) in new()84 ucount: (0..Ucount::Counts as usize) in alloc_ucounts()100 ucount_type: Ucount, in inc_ucounts() argument136 pub fn dec_ucount(uc: Arc<UCounts>, ucount_type: Ucount) { in dec_ucount() argument
15 use super::ucount::Ucount::MntNamespaces;200 UCounts::dec_ucount(uc, super::ucount::Ucount::MntNamespaces) in dec_mnt_namespace()
19 use super::ucount::Ucount::Counts;
5 use super::ucount::Ucount::PidNamespaces;