Home
last modified time | relevance | path

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

/rust/kernel/alloc/
Dallocator_test.rs38 fn libc_aligned_alloc(align: usize, size: usize) -> *mut crate::ffi::c_void; in libc_aligned_alloc()
41 fn libc_free(ptr: *mut crate::ffi::c_void); in libc_free()
Dkbox.rs396 fn into_foreign(self) -> *const crate::ffi::c_void { in into_foreign()
419 fn into_foreign(self) -> *const crate::ffi::c_void { in into_foreign()
/rust/kernel/
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
Dkunit.rs22 &args as *const _ as *const c_void, in err() constant
38 &args as *const _ as *const c_void, in info() 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.rs32 fn into_foreign(self) -> *const crate::ffi::c_void; in into_foreign()
75 fn into_foreign(self) -> *const crate::ffi::c_void { in into_foreign()
/rust/kernel/block/mq/
Doperations.rs148 _tagset_data: *mut crate::ffi::c_void, in init_hctx_callback()
/rust/kernel/sync/
Darc.rs338 fn into_foreign(self) -> *const crate::ffi::c_void { in into_foreign()