Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/list/
Dimpl_list_item_mod.rs166 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
201 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
/linux-6.14.4/rust/kernel/
Dlist.rs118 unsafe fn prepare_to_insert(me: *const Self) -> *mut ListLinks<ID>; in prepare_to_insert() method
258 let list_links = unsafe { T::prepare_to_insert(raw_item) }; in push_back()
298 let list_links = unsafe { T::prepare_to_insert(raw_item) }; in push_front()