Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevres.rs184 unsafe extern "C" fn devres_callback(ptr: *mut kernel::ffi::c_void) { in devres_callback()
316 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 Dmaple_tree.rs530 fn mas_find_raw(&mut self, max: usize) -> *mut c_void { in mas_find_raw()
H A Dopp.rs519 _data: *mut c_void, in config_clks()
/linux/rust/kernel/alloc/
H A Dkbox.rs496 fn into_foreign(self) -> *mut c_void { in into_foreign()
530 fn into_foreign(self) -> *mut c_void { in into_foreign()
/linux/rust/kernel/debugfs/
H A Dfile_ops.rs104 _: *mut c_void, in writer_act()