Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
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
Dpid_namespace.rs29 pub fn as_ptr(&self) -> *mut bindings::pid_namespace { in as_ptr() method
Dsync.rs76 pub(crate) fn as_ptr(&self) -> *mut bindings::lock_class_key { in as_ptr() method
Ddevres.rs132 fn as_ptr(&self) -> *const Self { in as_ptr() method
Dpage.rs83 pub fn as_ptr(&self) -> *mut bindings::page { in as_ptr() method
Dtask.rs254 pub fn as_ptr(&self) -> *mut bindings::task_struct { in as_ptr() method
Dlib.rs163 pub const fn as_ptr(&self) -> *mut bindings::module { in as_ptr() method
/linux-6.15/rust/pin-init/examples/
Dlinked_list.rs129 fn as_ptr(&self) -> *const ListHead { in as_ptr() method
/linux-6.15/rust/kernel/fs/
Dfile.rs308 pub fn as_ptr(&self) -> *mut bindings::file { in as_ptr() method
/linux-6.15/rust/kernel/alloc/
Dkvec.rs224 pub fn as_ptr(&self) -> *const T { in as_ptr() function
/linux-6.15/rust/kernel/sync/
Darc.rs270 pub fn as_ptr(this: &Self) -> *const T { in as_ptr() method