Home
last modified time | relevance | path

Searched refs:Ucount (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/namespaces/
H A Ducount.rs14 pub enum Ucount { enum
60 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() argument
136 pub fn dec_ucount(uc: Arc<UCounts>, ucount_type: Ucount) { in dec_ucount() argument
H A Dmnt_namespace.rs15 use super::ucount::Ucount::MntNamespaces;
200 UCounts::dec_ucount(uc, super::ucount::Ucount::MntNamespaces) in dec_mnt_namespace()
H A Duser_namespace.rs19 use super::ucount::Ucount::Counts;
H A Dpid_namespace.rs5 use super::ucount::Ucount::PidNamespaces;