Searched refs:Any (Results 1 – 25 of 365) sorted by relevance
12345678910>>...15
| /Linux-v6.6/rust/kernel/sync/arc/ |
| D | std_vendor.rs | 9 use core::any::Any; 11 impl Arc<dyn Any + Send + Sync> { 15 T: Any + Send + Sync, in downcast()
|
| /Linux-v6.6/Documentation/translations/zh_CN/mm/ |
| D | page_table_check.rst | 38 | Anonymous | Named | Any | Prohibit | 40 | Named | Anonymous | Any | Prohibit | 42 | Named | Named | Any | Allow |
|
| /Linux-v6.6/tools/testing/kunit/ |
| D | kunit_json.py | 11 from typing import Any, Dict 22 JsonObj = Dict[str, Any]
|
| D | kunit_config.py | 11 from typing import Any, Dict, Iterable, List, Tuple 37 def __eq__(self, other: Any) -> bool: argument
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | debugfs-scmi-raw | 9 Any subsequently received response can be read from this same 24 Any subsequently received response can be read from this same 26 Any additional delayed response received afterwards can be read 77 Any subsequently received response can be read from this same 101 Any subsequently received response can be read from this same 104 Any additional delayed response received afterwards can be read
|
| /Linux-v6.6/Documentation/mm/ |
| D | page_table_check.rst | 35 | Anonymous | Named | Any | Prohibit | 37 | Named | Anonymous | Any | Prohibit | 39 | Named | Named | Any | Allow |
|
| /Linux-v6.6/rust/alloc/ |
| D | boxed.rs | 151 use core::any::Any; 1698 impl<A: Allocator> Box<dyn Any, A> { 1718 pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> { in downcast() 1748 pub unsafe fn downcast_unchecked<T: Any>(self) -> Box<T, A> { in downcast_unchecked() 1751 let (raw, alloc): (*mut dyn Any, _) = Box::into_raw_with_allocator(self); in downcast_unchecked() 1757 impl<A: Allocator> Box<dyn Any + Send, A> { 1777 pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> { in downcast() 1807 pub unsafe fn downcast_unchecked<T: Any>(self) -> Box<T, A> { in downcast_unchecked() 1810 let (raw, alloc): (*mut (dyn Any + Send), _) = Box::into_raw_with_allocator(self); in downcast_unchecked() 1816 impl<A: Allocator> Box<dyn Any + Send + Sync, A> { [all …]
|
| /Linux-v6.6/Documentation/ABI/stable/ |
| D | sysfs-bus-mhi | 10 Users: Any userspace application or clients interested in device info. 21 Users: Any userspace application or clients interested in device info.
|
| D | sysfs-devices | 9 Any device associated with a device-tree node will have
|
| /Linux-v6.6/Documentation/block/ |
| D | pr.rst | 27 device. Any initiator can read from the device. 35 Any initiator can read from the device. 43 Any initiator can read from the device.
|
| /Linux-v6.6/Documentation/translations/zh_CN/doc-guide/ |
| D | kernel-doc.rst | 113 * Context: Any context. 114 * Context: Any context. Takes and releases the RCU lock. 115 * Context: Any context. Expects <lock> to be held by caller.
|
| /Linux-v6.6/Documentation/userspace-api/media/v4l/ |
| D | dev-rds.rst | 21 identical to the RDS standard. Any RDS decoder/encoder can also handle 38 :ref:`VIDIOC_QUERYCAP` ioctl. Any tuner that 57 :ref:`VIDIOC_QUERYCAP` ioctl. Any modulator that
|
| D | func-close.rst | 33 Closes the device. Any I/O in progress is terminated and resources
|
| /Linux-v6.6/Documentation/bpf/ |
| D | prog_cgroup_sockopt.rst | 31 value. It can only be decreased or set to -1. Any other value will 53 original value that the kernel returned. Any other value will trigger 95 use the original buffer from the userspace. Any modifications
|
| /Linux-v6.6/Documentation/devicetree/bindings/regulator/ |
| D | da9210.txt | 12 Any standard regulator properties can be used to configure the single da9210
|
| D | tps51632-regulator.txt | 13 Any property defined as part of the core regulator binding, defined in
|
| D | max8925-regulator.txt | 30 - Any optional property defined in bindings/regulator/regulator.txt
|
| D | pbias-regulator.txt | 20 - Any optional property defined in bindings/regulator/regulator.txt
|
| /Linux-v6.6/arch/m68k/hp300/ |
| D | README.hp300 | 6 Currently only 9000/340 machines have been tested. Any amount of RAM should
|
| /Linux-v6.6/Documentation/devicetree/bindings/cpu/ |
| D | cpu-topology.txt | 65 Any other configuration is considered invalid. 78 system must be defined within the topology. Any other configuration is 116 Any other configuration is considered invalid. 133 Any other configuration is considered invalid. 159 Any other configuration is considered invalid.
|
| /Linux-v6.6/Documentation/ABI/removed/ |
| D | video1394 | 8 performance issues in its first generation. Any video1394 user had
|
| /Linux-v6.6/Documentation/process/ |
| D | code-of-conduct-interpretation.rst | 92 defined in the MAINTAINERS file in the kernel source tree. Any emails 99 email address, or "official" social media address. Any activity 137 Any member of the committee, including the mediator, can be contacted 146 Any decisions regarding enforcement recommendations will be brought to
|
| /Linux-v6.6/tools/memory-model/Documentation/ |
| D | locking.txt | 4 Locking is well-known and the common use cases are straightforward: Any 18 Any CPU holding a given lock sees any changes previously seen 21 Note that this statement is a bit stronger than "Any CPU holding a 53 The converse to the basic rule also holds: Any CPU holding a given
|
| /Linux-v6.6/tools/testing/selftests/tc-testing/plugin-lib/ |
| D | README-PLUGINS | 23 the valgrind output for test xxx. Any file matching the glob 'vgnd-*.log' will be
|
| /Linux-v6.6/Documentation/devicetree/bindings/pci/ |
| D | pci-iommu.txt | 14 * Any other bits required for padding must be zero. 41 Any RID r in the interval [rid-base, rid-base + length) is associated with
|
12345678910>>...15