Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Drefcount.rs12 pub struct RefCount { struct
16 impl Default for RefCount { implementation
25 impl FFIBind2Rust<crate::include::bindings::bindings::refcount_struct> for RefCount { implementation
50 pub fn refcount_inc(r: &mut RefCount) { in refcount_inc()
63 pub fn refcount_dec(r: &mut RefCount) { in refcount_dec()