Home
last modified time | relevance | path

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

/linux/rust/kernel/list/
H A Dimpl_list_item_mod.rs231 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
269 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
/linux/rust/kernel/
H A Dlist.rs223 unsafe fn prepare_to_insert(me: *const Self) -> *mut ListLinks<ID>; in prepare_to_insert() method
382 let list_links = unsafe { T::prepare_to_insert(raw_item) }; in insert_inner()