Home
last modified time | relevance | path

Searched defs:c_void (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/rust/kernel/
Dkunit.rs22 &args as *const _ as *const c_void, in err() constant
38 &args as *const _ as *const c_void, in info() constant
Dprint.rs21 ptr: *const c_void, in rust_fmt_argument()
109 &args as *const _ as *const c_void, constant
129 &args as *const _ as *const c_void, in call_printk_cont() constant
Dtypes.rs34 fn into_foreign(self) -> *const core::ffi::c_void; in into_foreign()
77 fn into_foreign(self) -> *const core::ffi::c_void { in into_foreign()
99 fn into_foreign(self) -> *const core::ffi::c_void { in into_foreign()
125 fn into_foreign(self) -> *const core::ffi::c_void { in into_foreign()
Duaccess.rs236 unsafe { bindings::copy_from_user(out_ptr, self.ptr as *const c_void, len_ulong) }; in read_raw() constant
277 self.ptr as *const c_void, in read() constant
/linux-6.12.1/rust/kernel/block/mq/
Doperations.rs148 _tagset_data: *mut core::ffi::c_void, in init_hctx_callback()
/linux-6.12.1/rust/kernel/sync/
Darc.rs339 fn into_foreign(self) -> *const core::ffi::c_void { in into_foreign()