Home
last modified time | relevance | path

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

/DragonOS/kernel/src/namespaces/
H A Ducount.rs14 pub enum Ucount { enum
100 ucount_type: Ucount, in inc_ucounts()
136 pub fn dec_ucount(uc: Arc<UCounts>, ucount_type: Ucount) { in dec_ucount()