Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/Linux-v6.6/rust/kernel/sync/arc/
Dstd_vendor.rs9 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/
Dpage_table_check.rst38 | Anonymous | Named | Any | Prohibit |
40 | Named | Anonymous | Any | Prohibit |
42 | Named | Named | Any | Allow |
/Linux-v6.6/tools/testing/kunit/
Dkunit_json.py11 from typing import Any, Dict
22 JsonObj = Dict[str, Any]
Dkunit_config.py11 from typing import Any, Dict, Iterable, List, Tuple
37 def __eq__(self, other: Any) -> bool: argument
/Linux-v6.6/Documentation/ABI/testing/
Ddebugfs-scmi-raw9 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/
Dpage_table_check.rst35 | Anonymous | Named | Any | Prohibit |
37 | Named | Anonymous | Any | Prohibit |
39 | Named | Named | Any | Allow |
/Linux-v6.6/rust/alloc/
Dboxed.rs151 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/
Dsysfs-bus-mhi10 Users: Any userspace application or clients interested in device info.
21 Users: Any userspace application or clients interested in device info.
Dsysfs-devices9 Any device associated with a device-tree node will have
/Linux-v6.6/Documentation/block/
Dpr.rst27 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/
Dkernel-doc.rst113 * 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/
Ddev-rds.rst21 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
Dfunc-close.rst33 Closes the device. Any I/O in progress is terminated and resources
/Linux-v6.6/Documentation/bpf/
Dprog_cgroup_sockopt.rst31 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/
Dda9210.txt12 Any standard regulator properties can be used to configure the single da9210
Dtps51632-regulator.txt13 Any property defined as part of the core regulator binding, defined in
Dmax8925-regulator.txt30 - Any optional property defined in bindings/regulator/regulator.txt
Dpbias-regulator.txt20 - Any optional property defined in bindings/regulator/regulator.txt
/Linux-v6.6/arch/m68k/hp300/
DREADME.hp3006 Currently only 9000/340 machines have been tested. Any amount of RAM should
/Linux-v6.6/Documentation/devicetree/bindings/cpu/
Dcpu-topology.txt65 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/
Dvideo13948 performance issues in its first generation. Any video1394 user had
/Linux-v6.6/Documentation/process/
Dcode-of-conduct-interpretation.rst92 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/
Dlocking.txt4 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/
DREADME-PLUGINS23 the valgrind output for test xxx. Any file matching the glob 'vgnd-*.log' will be
/Linux-v6.6/Documentation/devicetree/bindings/pci/
Dpci-iommu.txt14 * 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