Searched refs:A (Results 1 – 5 of 5) sorted by relevance
| /rust/kernel/alloc/ |
| A D | kbox.rs | 88 impl<T, U, A> core::ops::CoerceUnsized<Box<U, A>> for Box<T, A> 99 impl<T, U, A> core::ops::DispatchFromDyn<Box<U, A>> for Box<T, A> 148 unsafe impl<T, A> Send for Box<T, A> 156 unsafe impl<T, A> Sync for Box<T, A> 163 impl<T, A> Box<T, A> 217 impl<T, A> Box<MaybeUninit<T>, A> 247 impl<T, A> Box<T, A> 339 impl<T, A> From<Box<T, A>> for Pin<Box<T, A>> 482 impl<T, A> Deref for Box<T, A> 496 impl<T, A> DerefMut for Box<T, A> [all …]
|
| A D | kvec.rs | 152 unsafe impl<T, A> Send for Vec<T, A> 160 unsafe impl<T, A> Sync for Vec<T, A> 167 impl<T, A> Vec<T, A> 817 impl<T, A> Drop for Vec<T, A> 837 impl<T, A, const N: usize> From<Box<[T; N], A>> for Vec<T, A> 868 impl<T, A> Deref for Vec<T, A> 882 impl<T, A> DerefMut for Vec<T, A> 946 impl<T: Eq, A> Eq for Vec<T, A> where A: Allocator {} 990 [A: Allocator] Vec<T, A>, [U], 991 [A: Allocator] [T], Vec<U, A>, [all …]
|
| /rust/kernel/time/hrtimer/ |
| A D | tbox.rs | 19 pub struct BoxHrTimerHandle<T, A> 22 A: crate::alloc::Allocator, 25 _p: core::marker::PhantomData<A>, 30 unsafe impl<T, A> HrTimerHandle for BoxHrTimerHandle<T, A> 33 A: crate::alloc::Allocator, 46 impl<T, A> Drop for BoxHrTimerHandle<T, A> 49 A: crate::alloc::Allocator, 59 impl<T, A> HrTimerPointer for Pin<Box<T, A>> 65 A: crate::alloc::Allocator, 95 impl<T, A> RawHrTimerCallback for Pin<Box<T, A>> [all …]
|
| /rust/kernel/ |
| A D | uaccess.rs | 171 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() argument 325 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() argument
|
| /rust/pin-init/src/ |
| A D | lib.rs | 1663 impl_tuple_zeroable!(A, B, C, D, E, F, G, H, I, J); 1679 impl_fn_zeroable_option!(["Rust", "C"] { A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T…
|
Completed in 13 milliseconds