Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dallocator_test.rs27 libc_aligned_alloc(align: usize, size: usize) -> *mut crate::ffi::c_void libc_aligned_alloc() argument
30 libc_free(ptr: *mut crate::ffi::c_void) libc_free() argument
H A Dkbox.rs413 fn into_foreign(self) -> *mut c_void { in into_foreign()
447 fn into_foreign(self) -> *mut c_void { in into_foreign()
/linux/rust/kernel/
H A Ddevres.rs186 unsafe extern "C" fn devres_callback(ptr: *mut kernel::ffi::c_void) { in devres_callback()
318 unsafe extern "C" fn callback<P: ForeignOwnable>(ptr: *mut kernel::ffi::c_void) { in register_foreign()
H A Dtypes.rs53 fn into_foreign(self) -> *mut c_void; in into_foreign()
136 fn into_foreign(self) -> *mut c_void { in into_foreign()
H 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()
H A Dprint.rs22 ptr: *const c_void, in rust_fmt_argument()
H A Dopp.rs517 _data: *mut c_void, in config_clks()
/linux/rust/kernel/block/mq/
H A Doperations.rs149 _tagset_data: *mut crate::ffi::c_void, in init_hctx_callback()
/linux/rust/kernel/sync/
H A Darc.rs384 fn into_foreign(self) -> *mut c_void { in into_foreign()