Home
last modified time | relevance | path

Searched refs:BorrowedMut (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/rust/kernel/
H A Dtypes.rs26 type BorrowedMut<'a>; typedef
112 unsafe fn borrow_mut<'a>(ptr: *mut crate::ffi::c_void) -> Self::BorrowedMut<'a>; in borrow_mut()
117 type BorrowedMut<'a> = (); typedef
126 unsafe fn borrow_mut<'a>(_: *mut crate::ffi::c_void) -> Self::BorrowedMut<'a> {} in borrow_mut()
/linux-6.15/rust/kernel/alloc/
H A Dkbox.rs368 type BorrowedMut<'a> = &'a mut T; typedef
399 type BorrowedMut<'a> = Pin<&'a mut T>; typedef
/linux-6.15/rust/kernel/sync/
H A Darc.rs376 type BorrowedMut<'a> = Self::Borrowed<'a>; typedef