Home
last modified time | relevance | path

Searched defs:a (Results 1 – 6 of 6) sorted by relevance

/rust/kernel/block/mq/
Draw_writer.rs20 fn new(buffer: &'a mut [u8]) -> Result<RawWriter<'a>> { in new()
29 ) -> Result<RawWriter<'a>> {
/rust/macros/
Dconcat_idents.rs17 let a = expect_ident(&mut it); in concat_idents() localVariable
/rust/kernel/
Dlist.rs550 fn next(&mut self) -> Option<ArcBorrow<'a, T>> { in next()
750 pub fn peek_next(&mut self) -> Option<CursorPeek<'_, 'a, T, true, ID>> { in peek_next()
765 pub fn peek_prev(&mut self) -> Option<CursorPeek<'_, 'a, T, false, ID>> { in peek_prev()
944 fn into_iter(self) -> Iter<'a, T, ID> { in into_iter()
Dtypes.rs40 unsafe fn borrow<'a>(ptr: *const crate::ffi::c_void) -> Self::Borrowed<'a>; in borrow()
79 unsafe fn borrow<'a>(_: *const crate::ffi::c_void) -> Self::Borrowed<'a> {} in borrow()
Dmiscdevice.rs214 pub fn private_data(&self) -> <T as ForeignOwnable>::Borrowed<'a> { in private_data()
/rust/kernel/sync/
Darc.rs342 unsafe fn borrow<'a>(ptr: *const crate::ffi::c_void) -> ArcBorrow<'a, T> { in borrow()