Home
last modified time | relevance | path

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

/linux/rust/kernel/list/
H A Dimpl_list_item_mod.rs27 unsafe fn raw_get_list_links(ptr: *mut Self) -> *mut crate::list::ListLinks<ID>; in raw_get_list_links() method
42 unsafe fn raw_get_list_links(ptr: *mut Self) -> *mut $crate::list::ListLinks$(<$id>)? {
89 unsafe fn raw_get_list_links(ptr: *mut Self) -> *mut $crate::list::ListLinks$(<$id>)? {
203 <Self as $crate::list::HasListLinks<$num>>::raw_get_list_links(me.cast_mut())
302 <Self as $crate::list::HasListLinks<$num>>::raw_get_list_links(me.cast_mut())