Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/list/
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-6.14.4/rust/kernel/
Dlist.rs202 self_ptr: Opaque<*const T>, field