Home
last modified time | relevance | path

Searched refs:Any (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/rust/kernel/sync/arc/
H A Dstd_vendor.rs9 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 Dkunit_json.py11 from typing import Any, Dict namespace
22 JsonObj = Dict[str, Any]
H A Dkunit_config.py11 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 Dmcpm_head.S123 @ Any CPU trying to take the cluster into CLUSTER_GOING_DOWN from this
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry.S64 ; 1. Any forked task (Reach here via BRne above)
/kernel/linux/linux-6.6/arch/arm/common/
H A Dmcpm_head.S125 @ Any CPU trying to take the cluster into CLUSTER_GOING_DOWN from this
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dgecko.py30 from typing import List, Dict, Optional, NamedTuple, Set, Tuple, Any namespace
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dgen_except.S10 | 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 Dgen_except.S10 | 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 Dentry.S64 ; 1. Any forked task (Reach here via BRne above)
/kernel/linux/linux-6.6/rust/alloc/
H A Dboxed.rs151 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 Dget_maintainer.pl1094 Any specified X: (exclude) pattern matches are _not_ ignored.
2007 Any *'d entry is selected.
/kernel/linux/linux-6.6/scripts/
H A Dget_maintainer.pl1095 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 Dcwsr_trap_handler_gfx9.asm229 // Any concurrent SAVECTX will be handled upon re-entry once halted.
H A Dcwsr_trap_handler_gfx10.asm222 // Any concurrent SAVECTX will be handled upon re-entry once halted.

Completed in 17 milliseconds