Home
last modified time | relevance | path

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

/linux/rust/kernel/list/
H A Dimpl_list_item_mod.rs279 $crate::list::ListLinksSelfPtr::raw_get_self_ptr(container)
328 $crate::list::ListLinksSelfPtr::raw_get_self_ptr(container)
/linux/rust/kernel/
H A Dlist.rs340 pub unsafe fn raw_get_self_ptr(me: *const Self) -> *const Opaque<*const T> { in raw_get_self_ptr() method