Home
last modified time | relevance | path

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

/rust/kernel/list/
A Dimpl_list_item_mod.rs91 let ptr: *mut $crate::list::ListLinksSelfPtr<$item_type $(, $id)?> =
252 using ListLinksSelfPtr { self$(.$field:ident)* };
274 links_field, $crate::list::ListLinksSelfPtr<Self, $num>, inner
279 $crate::list::ListLinksSelfPtr::raw_get_self_ptr(container)
323 links_field, $crate::list::ListLinksSelfPtr<Self, $num>, inner
328 $crate::list::ListLinksSelfPtr::raw_get_self_ptr(container)
/rust/kernel/
A Dlist.rs300 pub struct ListLinksSelfPtr<T: ?Sized, const ID: u64 = 0> { struct
311 unsafe impl<T: ?Sized + Send, const ID: u64> Send for ListLinksSelfPtr<T, ID> {} implementation
317 unsafe impl<T: ?Sized + Sync, const ID: u64> Sync for ListLinksSelfPtr<T, ID> {} implementation
319 impl<T: ?Sized, const ID: u64> ListLinksSelfPtr<T, ID> { impls

Completed in 9 milliseconds