Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Drefcount.rs20 pub struct Refcount(Opaque<bindings::refcount_t>); struct
22 impl Refcount { implementation
110 unsafe impl Send for Refcount {} implementation
113 unsafe impl Sync for Refcount {} implementation
/linux/rust/kernel/block/mq/
H A Drequest.rs185 refcount(&self) -> &Refcount refcount() argument
195 refcount_ptr(this: *mut Self) -> *mut Refcount refcount_ptr() argument