Home
last modified time | relevance | path

Searched defs:as_ptr (Results 1 – 11 of 11) sorted by relevance

/linux/rust/kernel/
H A Ddevice_id.rs126 fn as_ptr(&self) -> *const T::RawType; in as_ptr() method
136 fn as_ptr(&self) -> *const T::RawType { in as_ptr() method
H A Dsync.rs78 pub(crate) fn as_ptr(&self) -> *mut bindings::lock_class_key { in as_ptr() method
H A Ddevres.rs132 fn as_ptr(&self) -> *const Self { in as_ptr() method
H A Dpage.rs84 pub fn as_ptr(&self) -> *mut bindings::page { in as_ptr() method
H A Dtask.rs201 pub fn as_ptr(&self) -> *mut bindings::task_struct { in as_ptr() method
H A Dlib.rs192 pub const fn as_ptr(&self) -> *mut bindings::module { in as_ptr() method
H A Dconfigfs.rs799 fn as_ptr(&self) -> *const bindings::config_item_type { in as_ptr() method
/linux/rust/pin-init/examples/
H A Dlinked_list.rs130 fn as_ptr(&self) -> *const ListHead { in as_ptr() method
/linux/rust/kernel/mm/
H A Dvirt.rs56 pub fn as_ptr(&self) -> *mut bindings::vm_area_struct { in as_ptr() method
/linux/rust/kernel/sync/
H A Darc.rs271 pub fn as_ptr(this: &Self) -> *const T { in as_ptr() method
/linux/rust/kernel/alloc/
H A Dkvec.rs247 pub fn as_ptr(&self) -> *const T { in as_ptr() function