Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/libs/
Drefcount.rs7 pub refs: atomic_t, field
12 Self { refs: atomic_t { value: 1 }} in default()
34 refs: $crate::include::bindings::bindings::atomic_t { value: $x },
43 if atomic_read(&r.refs) == 0{ in refcount_inc()
48 atomic_inc(&mut r.refs); in refcount_inc()
57 atomic_dec(&mut r.refs); in refcount_dec()
/DragonOS-0.1.2/kernel/src/include/DragonOS/
Drefcount.h6 atomic_t refs; member