Home
last modified time | relevance | path

Searched refs:raw_get (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/
A Dworkqueue.rs399 pub unsafe fn raw_get(ptr: *const Self) -> *mut bindings::work_struct { in raw_get() method
404 unsafe { Opaque::raw_get(core::ptr::addr_of!((*ptr).work)) } in raw_get()
557 let work_ptr = unsafe { Work::raw_get(work_ptr) }; in __enqueue()
606 let work_ptr = unsafe { Work::raw_get(work_ptr) }; in __enqueue()
A Dtypes.rs296 init_func(Self::raw_get(slot)); in ffi_init()
311 pub const fn raw_get(this: *const Self) -> *mut T { in raw_get() method
312 UnsafeCell::raw_get(this.cast::<UnsafeCell<MaybeUninit<T>>>()).cast::<T>() in raw_get()
A Dlist.rs179 unsafe { Opaque::raw_get(ptr::addr_of!((*me).inner)) } in fields()
/linux/rust/kernel/list/
A Dimpl_list_item_mod.rs212 let cell_inner = $crate::types::Opaque::raw_get(self_ptr);
255 let cell_inner = ::core::cell::UnsafeCell::raw_get(self_ptr);

Completed in 16 milliseconds