Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/block/mq/
H A Drequest.rs102 if let Err(_old) = this.wrapper_ref().refcount().compare_exchange( in try_set_end()
153 pub(crate) fn wrapper_ref(&self) -> &RequestDataWrapper { in wrapper_ref() method
235 let refcount = &self.wrapper_ref().refcount(); in inc_ref()
H A Doperations.rs81 request.wrapper_ref().refcount().store(2, Ordering::Relaxed); in queue_rq_callback()