/kernel/linux/linux-6.6/rust/kernel/ |
H A D | init.rs | 1120 E: From<AllocError>; in try_pin_init() 1128 Error: From<E>, in pin_init() 1140 E: From<AllocError>; in try_init() 1145 Error: From<E>, in init() 1159 E: From<AllocError>, in try_pin_init() 1173 E: From<AllocError>, in try_init() 1189 E: From<AllocError>, in try_pin_init() 1203 E: From<AllocError>, in try_init()
|
H A D | error.rs | 14 use core::convert::From; 177 impl From<AllocError> for Error { 183 impl From<TryFromIntError> for Error { 189 impl From<Utf8Error> for Error { 195 impl From<TryReserveError> for Error { 201 impl From<LayoutError> for Error { 207 impl From<core::fmt::Error> for Error { 213 impl From<core::convert::Infallible> for Error { 306 /// `T` should be convertible from an `i16` via `From<i16>`. 327 T: From<i1 [all...] |
H A D | types.rs | 366 impl<T: AlwaysRefCounted> From<&T> for ARef<T> {
|
H A D | str.rs | 51 impl From<CStrConvertError> for Error {
|
/kernel/linux/linux-5.10/arch/sh/lib/ |
H A D | memcpy.S | 20 sub r4,r5 ! From here, r5 has the distance to r0 21 add r6,r0 ! From here, r0 points the end of copying point 27 ! From here, r6 is free
|
H A D | memmove.S | 26 sub r5,r4 ! From here, r4 has the distance to r0
|
/kernel/linux/linux-6.6/arch/sh/lib/ |
H A D | memcpy.S | 20 sub r4,r5 ! From here, r5 has the distance to r0 21 add r6,r0 ! From here, r0 points the end of copying point 27 ! From here, r6 is free
|
H A D | memmove.S | 26 sub r5,r4 ! From here, r4 has the distance to r0
|
/kernel/linux/linux-6.6/rust/kernel/sync/ |
H A D | arc.rs | 186 Error: From<E>, in pin_init() 197 Error: From<E>, in init() 310 impl<T: ?Sized> From<UniqueArc<T>> for Arc<T> { impls 316 impl<T: ?Sized> From<Pin<UniqueArc<T>>> for Arc<T> { impls 418 impl<T: ?Sized> From<ArcBorrow<'_, T>> for Arc<T> { impls 590 impl<T: ?Sized> From<UniqueArc<T>> for Pin<UniqueArc<T>> { impls
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | boxed.rs | 1190 /// This is also available via [`From`]. 1199 /// It's not recommended that crates add an impl like `From<Box<T>> for Pin<T>`, 1206 /// impl From<Box<()>> for Pin<Foo> { 1239 self.1.deallocate(From::from(ptr.cast()), layout); in drop() 1444 impl<T> From<T> for Box<T> { 1464 impl<T: ?Sized, A: Allocator> From<Box<T, A>> for Pin<Box<T, A>> impls 1477 /// This `From` implementation is useful if you already have a `Box<T>`, or you are 1484 /// Specialization trait used for `From<&[T]>`. 1513 impl<T: Clone> From<&[T]> for Box<[T]> { 1535 impl<T: Clone> From<Co impls 1573 impl From<Cow<'_, str>> for Box<str> { global() impls 1607 impl<A: Allocator> From<Box<str, A>> for Box<[u8], A> { global() impls 2395 impl<'a, 'b> From<Cow<'b, str>> for Box<dyn Error + Send + Sync + 'a> { global() impls 2417 impl<'a> From<Cow<'a, str>> for Box<dyn Error> { global() impls [all...] |
/kernel/linux/linux-6.6/rust/alloc/collections/ |
H A D | mod.rs | 116 impl From<TryReserveErrorKind> for TryReserveError { 124 impl From<LayoutError> for TryReserveErrorKind {
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-arcv2.S | 161 ; From Linux standpoint Slow Path I/D TLB Miss is same a ProtV as they
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | mod.rs | 3368 impl<T: Clone> From<&[T]> for Vec<T> { 3388 impl<T: Clone> From<&mut [T]> for Vec<T> { 3408 impl<T, const N: usize> From<[T; N]> for Vec<T> { 3429 impl<'a, T> From<Cow<'a, [T]>> for Vec<T> impls 3455 impl<T, A: Allocator> From<Box<[T], A>> for Vec<T, A> { in from() impls 3474 impl<T, A: Allocator> From<Vec<T, A>> for Box<[T], A> { impls 3500 impl From<&str> for Vec<u8> { 3509 From::from(s.as_bytes()) in from()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-arcv2.S | 175 ; From Linux standpoint Slow Path I/D TLB Miss is same a ProtV as they
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 62 ## | Salt (From the SA) |
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 62 ## | Salt (From the SA) |
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 2690 # Check the patch for a From: 2691 if (decode("MIME-Header", $line) =~ /^From:\s*(.*)/) { 6994 my $sob_msg = "'From: $author' != 'Signed-off-by: $author_sob'"; 7001 "From:/Signed-off-by: email comments mismatch: $sob_msg\n"); 7004 "From:/Signed-off-by: email name mismatch: $sob_msg\n"); 7007 "From:/Signed-off-by: email address mismatch: $sob_msg\n"); 7010 "From:/Signed-off-by: email subaddress mismatch: $sob_msg\n");
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 2954 # Check the patch for a From: 2955 if (decode("MIME-Header", $line) =~ /^From:\s*(.*)/) { 7696 my $sob_msg = "'From: $author' != 'Signed-off-by: $author_sob'"; 7703 "From:/Signed-off-by: email comments mismatch: $sob_msg\n"); 7706 "From:/Signed-off-by: email name mismatch: $sob_msg\n"); 7709 "From:/Signed-off-by: email address mismatch: $sob_msg\n"); 7712 "From:/Signed-off-by: email subaddress mismatch: $sob_msg\n");
|