Searched refs:Any (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/rust/kernel/sync/arc/ |
H A D | std_vendor.rs | 9 use core::any::Any; 11 impl Arc<dyn Any + Send + Sync> { 12 /// Attempt to downcast the `Arc<dyn Any + Send + Sync>` to a concrete type. 15 T: Any + Send + Sync, in downcast()
|
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_json.py | 11 from typing import Any, Dict namespace 22 JsonObj = Dict[str, Any]
|
H A D | kunit_config.py | 11 from typing import Any, Dict, Iterable, List, Tuple namespace 37 def __eq__(self, other: Any) -> bool:
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | mcpm_head.S | 123 @ Any CPU trying to take the cluster into CLUSTER_GOING_DOWN from this
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry.S | 64 ; 1. Any forked task (Reach here via BRne above)
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | mcpm_head.S | 125 @ Any CPU trying to take the cluster into CLUSTER_GOING_DOWN from this
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | gecko.py | 30 from typing import List, Dict, Optional, NamedTuple, Set, Tuple, Any namespace
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | gen_except.S | 10 | Any routine which may report an exceptions must load 249 | Any of the other Library Routines such that f(x)=x in which
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | gen_except.S | 10 | Any routine which may report an exceptions must load 249 | Any of the other Library Routines such that f(x)=x in which
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry.S | 64 ; 1. Any forked task (Reach here via BRne above)
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | boxed.rs | 151 use core::any::Any; 1720 impl<A: Allocator> Box<dyn Any, A> { 1726 /// use std::any::Any; 1728 /// fn print_if_string(value: Box<dyn Any>) { 1740 pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> { in downcast() 1753 /// use std::any::Any; 1755 /// let x: Box<dyn Any> = Box::new(1_usize); 1770 pub unsafe fn downcast_unchecked<T: Any>(self) -> Box<T, A> { in downcast_unchecked() 1773 let (raw, alloc): (*mut dyn Any, _) = Box::into_raw_with_allocator(self); in downcast_unchecked() 1779 impl<A: Allocator> Box<dyn Any [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 1094 Any specified X: (exclude) pattern matches are _not_ ignored. 2007 Any *'d entry is selected.
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_maintainer.pl | 1095 Any specified X: (exclude) pattern matches are _not_ ignored. 2008 Any *'d entry is selected.
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 229 // Any concurrent SAVECTX will be handled upon re-entry once halted.
|
H A D | cwsr_trap_handler_gfx10.asm | 222 // Any concurrent SAVECTX will be handled upon re-entry once halted.
|
Completed in 17 milliseconds