Home
last modified time | relevance | path

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

/linux-6.14.4/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
Dsync.rs33 pub(crate) fn as_ptr(&self) -> *mut bindings::lock_class_key { in as_ptr() method
Dpid_namespace.rs29 pub fn as_ptr(&self) -> *mut bindings::pid_namespace { 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
Dlib.rs160 pub const fn as_ptr(&self) -> *mut bindings::module { in as_ptr() method
Dtask.rs252 pub fn as_ptr(&self) -> *mut bindings::task_struct { in as_ptr() method
/linux-6.14.4/rust/kernel/fs/
Dfile.rs308 pub fn as_ptr(&self) -> *mut bindings::file { in as_ptr() method
/linux-6.14.4/rust/kernel/alloc/
Dkvec.rs221 pub fn as_ptr(&self) -> *const T { in as_ptr() function