/Linux-v6.1/rust/alloc/ |
D | raw_vec.rs | 304 pub fn try_reserve(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in try_reserve() argument 314 pub fn try_reserve_for_push(&mut self, len: usize) -> Result<(), TryReserveError> { in try_reserve_for_push() argument 345 ) -> Result<(), TryReserveError> { in try_reserve_exact() argument 387 fn grow_amortized(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in grow_amortized() argument 416 fn grow_exact(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in grow_exact() argument 433 fn shrink(&mut self, cap: usize) -> Result<(), TryReserveError> { in shrink() argument 457 new_layout: Result<Layout, LayoutError>, in finish_grow() 460 ) -> Result<NonNull<[u8]>, TryReserveError> in finish_grow() 495 fn handle_reserve(result: Result<(), TryReserveError>) { in handle_reserve() argument 513 fn alloc_guard(alloc_size: usize) -> Result<(), TryReserveError> { in alloc_guard() argument
|
D | alloc.rs | 168 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 188 ) -> Result<NonNull<[u8]>, AllocError> { in grow_impl() 232 fn allocate(&self, layout: Layout) -> Result<NonNull<[u8]>, AllocError> { in allocate() 237 fn allocate_zeroed(&self, layout: Layout) -> Result<NonNull<[u8]>, AllocError> { in allocate_zeroed() 256 ) -> Result<NonNull<[u8]>, AllocError> { in grow() 267 ) -> Result<NonNull<[u8]>, AllocError> { in grow_zeroed() 278 ) -> Result<NonNull<[u8]>, AllocError> { in shrink()
|
D | boxed.rs | 284 pub fn try_new(x: T) -> Result<Self, AllocError> { in try_new() 311 pub fn try_new_uninit() -> Result<Box<mem::MaybeUninit<T>>, AllocError> { in try_new_uninit() 337 pub fn try_new_zeroed() -> Result<Box<mem::MaybeUninit<T>>, AllocError> { in try_new_zeroed() 390 pub const fn try_new_in(x: T, alloc: A) -> Result<Self, AllocError> in try_new_in() 465 pub const fn try_new_uninit_in(alloc: A) -> Result<Box<mem::MaybeUninit<T>, A>, AllocError> in try_new_uninit_in() 537 pub const fn try_new_zeroed_in(alloc: A) -> Result<Box<mem::MaybeUninit<T>, A>, AllocError> in try_new_zeroed_in() 667 pub fn try_new_uninit_slice(len: usize) -> Result<Box<[mem::MaybeUninit<T>]>, AllocError> { in try_new_uninit_slice() 699 pub fn try_new_zeroed_slice(len: usize) -> Result<Box<[mem::MaybeUninit<T>]>, AllocError> { in try_new_zeroed_slice() 1574 fn try_from(boxed_slice: Box<[T]>) -> Result<Self, Self::Error> { in try_from() 1603 pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> { in downcast() [all …]
|
/Linux-v6.1/Documentation/firmware-guide/acpi/ |
D | chromeos-acpi-device.rst | 57 Result code: 88 Result code: 104 Result code: 118 Result code: 131 Result code: 193 Result code: 266 Result code: 316 Result code: 331 Result code: 344 Result code:
|
/Linux-v6.1/tools/memory-model/scripts/ |
D | README | 12 "Result:" comment lines. 17 archive that are C-language and that have "Result:" comment lines 29 Check a single litmus test against its "Result:" expected result. 47 .litmus.out file against the .litmus file's "Result:" comment to
|
D | cmplitmushist.sh | 54 echo ' !!!' Result changed: $2 83 echo "!!!" Result changed: $badcompare 1>&2
|
/Linux-v6.1/rust/kernel/ |
D | error.rs | 59 pub type Result<T = ()> = core::result::Result<T, Error>; typedef
|
D | prelude.rs | 15 error::{Error, Result},
|
/Linux-v6.1/Documentation/driver-api/media/drivers/ |
D | cx2341x-devel.rst | 237 4-19 Parameter/Result 302 Result[0] 307 Result[1] 324 Result[0] 366 Result[0] 402 Result[0] 407 Result[1] 412 Result[2] 417 Result[3] 422 Result[4] [all …]
|
/Linux-v6.1/scripts/ |
D | generate_rust_target.rs | 15 fmt::{Display, Formatter, Result}, 31 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt() argument 93 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt() argument
|
/Linux-v6.1/arch/sh/lib/ |
D | lshrsi3.S | 30 ! r0: Result 45 ! r0: Result
|
D | ashlsi3.S | 30 ! r0: Result 45 ! r0: Result
|
D | ashrsi3.S | 30 ! r0: Result 45 ! r0: Result
|
/Linux-v6.1/rust/alloc/vec/ |
D | into_iter.rs | 48 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() argument 182 fn advance_by(&mut self, n: usize) -> Result<(), usize> { in advance_by() argument 247 fn advance_back_by(&mut self, n: usize) -> Result<(), usize> { in advance_back_by() argument
|
/Linux-v6.1/tools/memory-model/litmus-tests/ |
D | CoWW+poonceonce.litmus | 4 * Result: Never
|
D | CoRR+poonceonce+Once.litmus | 4 * Result: Never
|
D | LB+poonceonces.litmus | 4 * Result: Sometimes
|
D | S+fencewmbonceonce+poacquireonce.litmus | 4 * Result: Never
|
D | CoRW+poonceonce+Once.litmus | 4 * Result: Never
|
D | CoWR+poonceonce+Once.litmus | 4 * Result: Never
|
D | MP+poonceonces.litmus | 4 * Result: Sometimes
|
D | MP+pooncerelease+poacquireonce.litmus | 4 * Result: Never
|
/Linux-v6.1/samples/rust/ |
D | rust_minimal.rs | 20 fn init(_module: &'static ThisModule) -> Result<Self> { in init()
|
/Linux-v6.1/Documentation/litmus-tests/atomic/ |
D | Atomic-RMW-ops-are-atomic-WRT-atomic_set.litmus | 4 * Result: Never
|
/Linux-v6.1/Documentation/x86/ |
D | tsx_async_abort.rst | 64 MSR_IA32_ARCH_CAPABILITIES bits Result with cmdline tsx=off 79 MSR_IA32_ARCH_CAPABILITIES bits Result with cmdline tsx=on 94 MSR_IA32_ARCH_CAPABILITIES bits Result with cmdline tsx=auto
|