Home
last modified time | relevance | path

Searched refs:Borrowed (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/rust/kernel/
H A Dtypes.rs23 type Borrowed<'a>; typedef
84 unsafe fn borrow<'a>(ptr: *mut crate::ffi::c_void) -> Self::Borrowed<'a>; in borrow()
116 type Borrowed<'a> = (); typedef
125 unsafe fn borrow<'a>(_: *mut crate::ffi::c_void) -> Self::Borrowed<'a> {} in borrow()
H A Dmiscdevice.rs128 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in ioctl()
145 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in compat_ioctl()
155 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in show_fdinfo()
/linux-6.15/rust/kernel/alloc/
H A Dkbox.rs367 type Borrowed<'a> = &'a T; typedef
398 type Borrowed<'a> = Pin<&'a T>; typedef
/linux-6.15/rust/kernel/sync/
H A Darc.rs375 type Borrowed<'a> = ArcBorrow<'a, T>; typedef
376 type BorrowedMut<'a> = Self::Borrowed<'a>;