Home
last modified time | relevance | path

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

/linux-6.14.4/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()
111 &args as *const _ as *const c_void, constant
131 &args as *const _ as *const c_void, in call_printk_cont() constant
Duaccess.rs229 let res = unsafe { bindings::copy_from_user(out_ptr, self.ptr as *const c_void, len) }; in read_raw() constant
267 self.ptr as *const c_void, in read() constant
Dtypes.rs39 fn into_foreign(self) -> *mut crate::ffi::c_void; in into_foreign()
119 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign()
Ddevres.rs159 unsafe extern "C" fn devres_callback(ptr: *mut kernel::ffi::c_void) { in devres_callback()
/linux-6.14.4/rust/kernel/alloc/
Dallocator_test.rs27 fn libc_aligned_alloc(align: usize, size: usize) -> *mut crate::ffi::c_void; in libc_aligned_alloc()
30 fn libc_free(ptr: *mut crate::ffi::c_void); in libc_free()
Dkbox.rs359 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign()
390 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign()
/linux-6.14.4/rust/kernel/block/mq/
Doperations.rs149 _tagset_data: *mut crate::ffi::c_void, in init_hctx_callback()
/linux-6.14.4/rust/kernel/sync/
Darc.rs349 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign()