| /linux/rust/kernel/ |
| H A D | device_id.rs | 167 fn as_ptr(&self) -> *const T::RawType; as_ptr() method 177 fn as_ptr(&self) -> *const T::RawType { as_ptr() method
|
| H A D | pid_namespace.rs | 26 pub fn as_ptr(&self) -> *mut bindings::pid_namespace { in as_ptr() method
|
| H A D | io.rs | 249 fn as_ptr<'a, T: ?Sized + KnownSize>(view: Self::View<'a, T>) -> *mut T; in as_ptr() method 1173 fn as_ptr<'a, T: ?Sized + KnownSize>(view: Self::View<'a, T>) -> *mut T { in as_ptr() method 1265 fn as_ptr<'a, T: ?Sized + KnownSize>(view: Self::View<'a, T>) -> *mut T { in as_ptr() method 1332 fn as_ptr<'a, T: ?Sized + KnownSize>(view: Self::View<'a, T>) -> *mut T { in as_ptr() method 1473 pub fn as_ptr(self) -> *mut T { in as_ptr() method 1534 fn as_ptr<'a, T: ?Sized + KnownSize>(view: Self::View<'a, T>) -> *mut T { in as_ptr() method 1637 pub fn as_ptr(self) -> *mut T::Target { in as_ptr() function
|
| H A D | sync.rs | 119 pub fn as_ptr(&self) -> *mut bindings::lock_class_key { in as_ptr() method
|
| H A D | task.rs | 202 pub fn as_ptr(&self) -> *mut bindings::task_struct { in as_ptr() method [all...] |
| H A D | bitmap.rs | 76 pub fn as_ptr(&self) -> *const usize { in as_ptr() method [all...] |
| H A D | lib.rs | 210 pub const fn as_ptr(&self) -> *mut bindings::module { as_ptr() method
|
| H A D | configfs.rs | 791 fn as_ptr(&self) -> *const bindings::config_item_type { as_ptr() method
|
| H A D | dma.rs | 611 pub fn as_ptr(&self) -> *const T { as_ptr() method [all...] |
| /linux/rust/kernel/sync/ |
| H A D | refcount.rs | 35 fn as_ptr(&self) -> *mut bindings::refcount_t { as_ptr() method
|
| H A D | atomic.rs | 228 pub const fn as_ptr(&self) -> *mut T { as_ptr() method
|
| /linux/rust/kernel/sync/atomic/ |
| H A D | internal.rs | 60 pub const fn as_ptr(&self) -> *mut T { as_ptr() method [all...] |
| /linux/rust/kernel/debugfs/ |
| H A D | entry.rs | 153 pub(crate) fn as_ptr(&self) -> *mut bindings::dentry { as_ptr() method
|
| /linux/rust/pin-init/examples/ |
| H A D | linked_list.rs | 133 fn as_ptr(&self) -> *const ListHead { as_ptr() method [all...] |
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 317 pub fn as_ptr(&self) -> *mut bindings::file { in as_ptr() method
|
| /linux/rust/kernel/mm/ |
| H A D | virt.rs | 56 pub fn as_ptr(&self) -> *mut bindings::vm_area_struct { in as_ptr() method [all...] |
| /linux/rust/zerocopy/src/pointer/ |
| H A D | inner.rs | 122 pub const fn as_ptr(&self) -> *mut T { in as_ptr() method
|
| /linux/rust/kernel/alloc/ |
| H A D | kvec.rs | 264 pub const fn as_ptr(&self) -> *const T { as_ptr() function [all...] |