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
111 unsafe impl Send for Refcount {} implementation
114 unsafe impl Sync for Refcount {} implementation
/linux/rust/kernel/block/mq/ !
H A Drequest.rs206 pub(crate) fn refcount(&self) -> &Refcount { in refcount()
216 pub(crate) unsafe fn refcount_ptr(this: *mut Self) -> *mut Refcount { in refcount_ptr()