Searched defs:a (Results  1 – 6 of 6) sorted by relevance
| /rust/kernel/block/mq/ | 
| D | raw_writer.rs | 20     fn new(buffer: &'a mut [u8]) -> Result<RawWriter<'a>> {  in new() 29     ) -> Result<RawWriter<'a>> {
  | 
| /rust/macros/ | 
| D | concat_idents.rs | 17     let a = expect_ident(&mut it);  in concat_idents()  localVariable
  | 
| /rust/kernel/ | 
| D | list.rs | 550     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()
  | 
| D | types.rs | 40     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()
  | 
| D | miscdevice.rs | 214     pub fn private_data(&self) -> <T as ForeignOwnable>::Borrowed<'a> {  in private_data()
  | 
| /rust/kernel/sync/ | 
| D | arc.rs | 342     unsafe fn borrow<'a>(ptr: *const crate::ffi::c_void) -> ArcBorrow<'a, T> {  in borrow()
  |