Home
last modified time | relevance | path

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

/linux/rust/kernel/list/
H A Dimpl_list_item_mod.rs203 let links_field = unsafe { <Self as $crate::list::ListItem<$num>>::view_links(me) }; localVariable
210 let self_ptr = unsafe { (links_field as *const u8).add(spoff) }
221 links_field
249 unsafe fn view_value(links_field: *mut $crate::list::ListLinks<$num>) -> *const Self {
253 let self_ptr = unsafe { (links_field as *const u8).add(spoff) }