Searched defs:refcount (Results 1 – 2 of 2) sorted by relevance
171 refcount: AtomicU64, field177 pub(crate) fn refcount(&self) -> &AtomicU64 { in refcount() method235 let refcount = &self.wrapper_ref().refcount(); in inc_ref() localVariable252 let refcount = unsafe { &*RequestDataWrapper::refcount_ptr(wrapper_ptr) }; in dec_ref() localVariable
136 refcount: Opaque<bindings::refcount_t>, field310 let refcount = unsafe { me.ptr.as_ref() }.refcount.get(); in into_unique_or_drop() localVariable394 let refcount = unsafe { self.ptr.as_ref() }.refcount.get(); in drop() localVariable