Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dpid_namespace.rs26 pub fn as_ptr(&self) -> *mut bindings::pid_namespace { in as_ptr() method
H A Dsync.rs84 pub(crate) fn as_ptr(&self) -> *mut bindings::lock_class_key { in as_ptr() method
H A Dbitmap.rs76 pub fn as_ptr(&self) -> *const usize { in as_ptr() method
H A Dlib.rs228 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.rs228 pub const fn as_ptr(&self) -> *mut 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/kernel/debugfs/
H A Dentry.rs153 pub(crate) fn as_ptr(&self) -> *mut bindings::dentry { 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.rs317 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