Home
last modified time | relevance | path

Searched defs:raw_get (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/time/
H A Dhrtimer.rs147 unsafe fn raw_get(this: *const Self) -> *mut bindings::hrtimer { in raw_get() method
/linux/rust/kernel/
H A Dworkqueue.rs401 pub unsafe fn raw_get(ptr: *const Self) -> *mut bindings::work_struct { in raw_get() method
H A Dtypes.rs413 pub const fn raw_get(this: *const Self) -> *mut T { in raw_get() method