Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dworkqueue.rs533 pub unsafe fn raw_get(ptr: *const Self) -> *mut bindings::work_struct { in raw_get() method
793 let ptr = unsafe { $crate::workqueue::Work::raw_get(ptr) };
863 let work_ptr = unsafe { Work::raw_get(work_ptr) }; in __enqueue()
924 let work_ptr = unsafe { Work::raw_get(work_ptr) }; in __enqueue()
H A Dtypes.rs404 UnsafeCell::raw_get(this.cast::<UnsafeCell<MaybeUninit<T>>>()).cast::<T>() in cast_into()
/linux/rust/kernel/time/
H A Dhrtimer.rs130 unsafe fn raw_get(this: *const Self) -> *mut bindings::hrtimer { in raw_get() method
158 let c_timer_ptr = unsafe { HrTimer::raw_get(this) }; in raw_cancel()
383 unsafe { HrTimer::raw_get(timer_ptr) } in c_timer_ptr()
/linux/rust/pin-init/
H A DREADME.md191 let foo = UnsafeCell::raw_get(foo).cast::<bindings::foo>();