Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Drefcount.rs13 pub refs: atomic_t, field
19 refs: atomic_t { value: 1 }, in default()
42 refs: $crate::include::bindings::bindings::atomic_t { value: $x },
51 if atomic_read(&r.refs) == 0 { in refcount_inc()
56 atomic_inc(&mut r.refs); in refcount_inc()
65 atomic_dec(&mut r.refs); in refcount_dec()
/DragonOS-0.1.8/kernel/src/include/DragonOS/
Drefcount.h6 atomic_t refs; member