Searched defs:a (Results 1 – 10 of 10) sorted by relevance
/rust/kernel/io/ |
A D | mem.rs | 77 pub fn iomap_sized<const SIZE: usize>(self) -> impl PinInit<Devres<IoMem<SIZE>>, Error> + 'a { in iomap_sized() 89 ) -> impl PinInit<Devres<ExclusiveIoMem<SIZE>>, Error> + 'a { in iomap_exclusive_sized() 135 pub fn iomap(self) -> impl PinInit<Devres<IoMem<0>>, Error> + 'a { in iomap() 141 pub fn iomap_exclusive(self) -> impl PinInit<Devres<ExclusiveIoMem<0>>, Error> + 'a { in iomap_exclusive() 189 pub fn new<'a>(io_request: IoRequest<'a>) -> impl PinInit<Devres<Self>, Error> + 'a { in new() 257 pub fn new<'a>(io_request: IoRequest<'a>) -> impl PinInit<Devres<Self>, Error> + 'a { in new()
|
/rust/kernel/block/mq/ |
A D | raw_writer.rs | 20 fn new(buffer: &'a mut [u8]) -> Result<RawWriter<'a>> { in new() 29 ) -> Result<RawWriter<'a>> {
|
/rust/kernel/ |
A D | types.rs | 98 unsafe fn borrow<'a>(ptr: *mut c_void) -> Self::Borrowed<'a>; in borrow() 126 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> Self::BorrowedMut<'a>; in borrow_mut() 142 unsafe fn borrow<'a>(_: *mut c_void) -> Self::Borrowed<'a> {} in borrow() 143 unsafe fn borrow_mut<'a>(_: *mut c_void) -> Self::BorrowedMut<'a> {} in borrow_mut()
|
A D | devres.rs | 129 pub fn new<'a, E>( in new() 131 data: impl PinInit<T, E> + 'a, in new() 132 ) -> impl PinInit<Self, Error> + 'a in new()
|
A D | pci.rs | 418 pub fn iomap_region_sized<'a, const SIZE: usize>( in iomap_region_sized() 422 ) -> impl PinInit<Devres<Bar<SIZE>>, Error> + 'a { in iomap_region_sized() 431 ) -> impl PinInit<Devres<Bar>, Error> + 'a { in iomap_region()
|
A D | list.rs | 659 fn next(&mut self) -> Option<ArcBorrow<'a, T>> { in next() 856 pub fn peek_next(&mut self) -> Option<CursorPeek<'_, 'a, T, true, ID>> { in peek_next() 871 pub fn peek_prev(&mut self) -> Option<CursorPeek<'_, 'a, T, false, ID>> { in peek_prev() 1050 fn into_iter(self) -> Iter<'a, T, ID> { in into_iter()
|
A D | configfs.rs | 308 unsafe fn get_group_data<'a, Parent>(this: *mut bindings::config_group) -> &'a Parent { in get_group_data()
|
/rust/pin-init/examples/ |
A D | big_struct_in_place.rs | 10 a: u64, field
|
/rust/kernel/sync/ |
A D | arc.rs | 399 unsafe fn borrow<'a>(ptr: *mut c_void) -> ArcBorrow<'a, T> { in borrow() 409 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> ArcBorrow<'a, T> { in borrow_mut()
|
/rust/pin-init/src/ |
A D | __internal.rs | 198 a: usize, in stack_init_reuse() field
|
Completed in 26 milliseconds