Home
last modified time | relevance | path

Searched refs:Counts (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/namespaces/
H A Ducount.rs23 Counts = 9, enumerator
31 Counts = 5, enumerator
60 ucount: (0..Ucount::Counts as usize) in new()
63 rlimit: (0..UcountRlimit::Counts as usize) in new()
84 ucount: (0..Ucount::Counts as usize) in alloc_ucounts()
87 rlimit: (0..UcountRlimit::Counts as usize) in alloc_ucounts()
H A Duser_namespace.rs19 use super::ucount::Ucount::Counts;
130 ucount_max: vec![UCOUNT_MAX; Counts as usize], in new()