Home
last modified time | relevance | path

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

/rust/kernel/alloc/
A 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()
A Dkbox.rs413 fn into_foreign(self) -> *mut c_void { in into_foreign()
447 fn into_foreign(self) -> *mut c_void { in into_foreign()
/rust/kernel/
A Ddevres.rs177 unsafe extern "C" fn devres_callback(ptr: *mut kernel::ffi::c_void) { in devres_callback()
309 unsafe extern "C" fn callback<P: ForeignOwnable>(ptr: *mut kernel::ffi::c_void) { in register_foreign()
A Dtypes.rs53 fn into_foreign(self) -> *mut c_void; in into_foreign()
136 fn into_foreign(self) -> *mut c_void { in into_foreign()
A Duaccess.rs41 pub fn as_const_ptr(self) -> *const c_void { in as_const_ptr()
49 pub fn as_mut_ptr(self) -> *mut c_void { in as_mut_ptr()
A Dprint.rs22 ptr: *const c_void, in rust_fmt_argument()
A Dopp.rs517 _data: *mut c_void, in config_clks()
/rust/kernel/block/mq/
A Doperations.rs149 _tagset_data: *mut crate::ffi::c_void, in init_hctx_callback()
/rust/kernel/sync/
A Darc.rs384 fn into_foreign(self) -> *mut c_void { in into_foreign()

Completed in 20 milliseconds