Home
last modified time | relevance | path

Searched defs:self_ptr (Results 1 – 6 of 6) sorted by relevance

/linux/rust/kernel/list/
H A Dimpl_list_item_mod.rs210 let self_ptr = unsafe { (links_field as *const u8).add(spoff) } localVariable
253 let self_ptr = unsafe { (links_field as *const u8).add(spoff) } localVariable
/linux/rust/kernel/time/hrtimer/
H A Dpin.rs28 let self_ptr: *const T = self.inner.get_ref(); in cancel() localVariable
61 let self_ptr: *const T = self.get_ref(); in start() localVariable
H A Dpin_mut.rs26 let self_ptr = self.inner.as_ptr(); in cancel() localVariable
62 let self_ptr = unsafe { NonNull::new_unchecked(self.as_mut().get_unchecked_mut()) }; in start() localVariable
H A Darc.rs29 let self_ptr = Arc::as_ptr(&self.inner); in cancel() localVariable
/linux/rust/kernel/drm/gem/
H A Dmod.rs128 let self_ptr: *mut Opaque<bindings::drm_gem_object> = self_ptr.cast(); in as_ref() localVariable
/linux/rust/kernel/
H A Dlist.rs310 self_ptr: Opaque<*const T>, field