Home
last modified time | relevance | path

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

/rust/kernel/list/
A Dimpl_list_item_mod.rs241 unsafe fn post_remove(me: *mut $crate::list::ListLinks<$num>) -> *const Self {
342 unsafe fn post_remove(me: *mut $crate::list::ListLinks<$num>) -> *const Self {
/rust/kernel/
A Dlist.rs235 unsafe fn post_remove(me: *mut ListLinks<ID>) -> *const Self; in post_remove() method
561 let raw_item = unsafe { T::post_remove(list_links) }; in remove_internal_inner()

Completed in 5 milliseconds