Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/block/mq/
H A Drequest.rs187 pub(crate) unsafe fn refcount_ptr(this: *mut Self) -> *mut AtomicU64 { in refcount_ptr() method
252 let refcount = unsafe { &*RequestDataWrapper::refcount_ptr(wrapper_ptr) }; in dec_ref()
H A Doperations.rs190 unsafe { RequestDataWrapper::refcount_ptr(pdu.as_ptr()).write(AtomicU64::new(0)) }; in init_request_callback()