Home
last modified time | relevance | path

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

/rust/kernel/list/
A Dimpl_list_item_mod.rs27 unsafe fn raw_get_list_links(ptr: *mut Self) -> *mut crate::list::ListLinks<ID>; in raw_get_list_links()
42 unsafe fn raw_get_list_links(ptr: *mut Self) -> *mut $crate::list::ListLinks$(<$id>)? {
89 unsafe fn raw_get_list_links(ptr: *mut Self) -> *mut $crate::list::ListLinks$(<$id>)? {
186 using ListLinks { self$(.$field:ident)* };
200 unsafe fn view_links(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
216 unsafe fn view_value(me: *mut $crate::list::ListLinks<$num>) -> *const Self {
231 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
241 unsafe fn post_remove(me: *mut $crate::list::ListLinks<$num>) -> *const Self {
269 unsafe fn prepare_to_insert(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
299 unsafe fn view_links(me: *const Self) -> *mut $crate::list::ListLinks<$num> {
[all …]
/rust/kernel/
A Dlist.rs187 unsafe fn view_links(me: *const Self) -> *mut ListLinks<ID>; in view_links()
205 unsafe fn view_value(me: *mut ListLinks<ID>) -> *const Self; in view_value()
235 unsafe fn post_remove(me: *mut ListLinks<ID>) -> *const Self; in post_remove()
251 pub struct ListLinks<const ID: u64 = 0> { struct
260 unsafe impl<const ID: u64> Send for ListLinks<ID> {} implementation
263 unsafe impl<const ID: u64> Sync for ListLinks<ID> {} implementation
265 impl<const ID: u64> ListLinks<ID> { implementation
270 ListLinks { in new()
304 pub inner: ListLinks<ID>,
325 inner: ListLinks { in new()
[all …]

Completed in 5 milliseconds