Home
last modified time | relevance | path

Searched refs:self_ptr (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/list/
H A Dimpl_list_item_mod.rs282 let self_ptr = unsafe { localVariable
286 let cell_inner = $crate::types::Opaque::cast_into(self_ptr);
334 let self_ptr = unsafe { localVariable
338 let cell_inner = $crate::types::Opaque::cast_into(self_ptr);
/linux/rust/kernel/
H A Dlist.rs427 self_ptr: Opaque<*const T>, field
451 self_ptr: Opaque::uninit(), in new()
462 unsafe { ptr::addr_of!((*me).self_ptr) } in raw_get_self_ptr()
/linux/drivers/android/binder/
H A Dpage_range.rs313 let self_ptr = self as *const ShrinkablePageRange; in register_with_vma() localVariable
316 (&raw mut (*info).range).write(self_ptr); in register_with_vma()