Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Drefcount.rs22 pub struct Refcount(Opaque<bindings::refcount_t>); implementation
20 pub struct Refcount(Opaque<bindings::refcount_t>); global() struct
111 unsafe impl Send for Refcount {} global() implementation
114 unsafe impl Sync for Refcount {} global() implementation