Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevice_id.rs167 fn as_ptr(&self) -> *const T::RawType; in as_ptr() method
177 fn as_ptr(&self) -> *const T::RawType { in as_ptr() method
H A Dpid_namespace.rs26 pub fn as_ptr(&self) -> *mut bindings::pid_namespace { in as_ptr() method
H A Dsync.rs83 pub(crate) fn as_ptr(&self) -> *mut bindings::lock_class_key { in as_ptr() method
H A Dpage.rs84 pub fn as_ptr(&self) -> *mut bindings::page { as_ptr() method
H A Dtask.rs202 pub fn as_ptr(&self) -> *mut bindings::task_struct { as_ptr() method
[all...]
H A Dbitmap.rs78 pub fn as_ptr(&self) -> *const usize { in as_ptr() method
H A Dlib.rs216 pub const fn as_ptr(&self) -> *mut bindings::module { in as_ptr() method
H A Dconfigfs.rs791 fn as_ptr(&self) -> *const bindings::config_item_type { in as_ptr() method
/linux/rust/kernel/sync/
H A Drefcount.rs34 fn as_ptr(&self) -> *mut bindings::refcount_t { in as_ptr() method
H A Datomic.rs226 pub const fn as_ptr(&self) -> *mut T { in as_ptr() method
H A Darc.rs271 pub fn as_ptr(this: &Self) -> *const T { in as_ptr() method
/linux/rust/kernel/sync/atomic/
H A Dinternal.rs60 pub const fn as_ptr(&self) -> *mut T { in as_ptr() method
/linux/rust/pin-init/examples/
H A Dlinked_list.rs133 fn as_ptr(&self) -> *const ListHead { in as_ptr() method
/linux/rust/kernel/fs/
H A Dfile.rs312 pub fn as_ptr(&self) -> *mut bindings::file { 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/alloc/
H A Dkvec.rs261 pub const fn as_ptr(&self) -> *const T { in as_ptr() function