Home
last modified time | relevance | path

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

/rust/kernel/
Dsync.rs33 pub 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
Dcred.rs59 pub fn as_ptr(&self) -> *const bindings::cred { in as_ptr() method
Dpage.rs85 pub fn as_ptr(&self) -> *mut bindings::page { in as_ptr() method
Dlib.rs120 pub const fn as_ptr(&self) -> *mut bindings::module { in as_ptr() method
Dtask.rs201 pub fn as_ptr(&self) -> *mut bindings::task_struct { in as_ptr() method
/rust/kernel/fs/
Dfile.rs308 pub fn as_ptr(&self) -> *mut bindings::file { in as_ptr() method
/rust/kernel/mm/
Dvirt.rs56 pub fn as_ptr(&self) -> *mut bindings::vm_area_struct { in as_ptr() method
/rust/kernel/alloc/
Dkvec.rs250 pub fn as_ptr(&self) -> *const T { in as_ptr() function