/linux-6.3-rc2/tools/net/ynl/lib/ |
A D | nlspec.py | 3 import collections 183 self.attrs = collections.OrderedDict() 184 self.attrs_by_val = collections.OrderedDict() 309 self.attr_sets = collections.OrderedDict() 310 self.msgs = collections.OrderedDict() 311 self.req_by_value = collections.OrderedDict() 312 self.rsp_by_value = collections.OrderedDict() 313 self.ops = collections.OrderedDict() 314 self.consts = collections.OrderedDict()
|
/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | mem-phys-addr.py | 14 import collections 26 load_mem_type_cnt = collections.Counter()
|
A D | stackcollapse.py | 26 from collections import defaultdict
|
A D | sched-migration.py | 15 from collections import defaultdict 20 from collections import UserList
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | devlink_port_split.py | 8 import collections 23 Port = collections.namedtuple('Port', 'bus_info name')
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-bench.c | 110 static struct collection collections[] = { variable 129 for (coll = collections; coll->name; coll++)
|
/linux-6.3-rc2/rust/macros/ |
A D | vtable.rs | 4 use std::collections::HashSet;
|
/linux-6.3-rc2/Documentation/hid/ |
A D | hiddev.rst | 119 the number of application collections this device has) the ioctl 121 collections the device has from the num_applications field from the 128 application collections, but all the collections the device has. It
|
/linux-6.3-rc2/rust/kernel/ |
A D | error.rs | 9 collections::TryReserveError,
|
/linux-6.3-rc2/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
A D | Core.py | 9 from collections import defaultdict
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_bpftool.py | 4 import collections
|
/linux-6.3-rc2/rust/alloc/ |
A D | raw_vec.rs | 17 use crate::collections::TryReserveError; 18 use crate::collections::TryReserveErrorKind::*;
|
A D | lib.rs | 220 pub mod collections; module
|
/linux-6.3-rc2/scripts/ |
A D | generate_rust_target.rs | 14 collections::HashMap,
|
/linux-6.3-rc2/drivers/irqchip/ |
A D | irq-gic-v3-its.c | 108 struct its_collection *collections; member 310 if (valid_col(its->collections + vpe->col_idx)) in valid_vpe() 1670 target_col = &its_dev->its->collections[cpu]; in its_set_affinity() 2929 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections), in its_alloc_collections() 2931 if (!its->collections) in its_alloc_collections() 2935 its->collections[i].target_address = ~0ULL; in its_alloc_collections() 3215 its->collections[cpu].target_address = target; in its_cpu_init_collection() 3216 its->collections[cpu].col_id = cpu; in its_cpu_init_collection() 3218 its_send_mapc(its, &its->collections[cpu], 1); in its_cpu_init_collection() 3219 its_send_invall(its, &its->collections[cpu]); in its_cpu_init_collection() [all …]
|
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/ |
A D | internal.rst | 155 The packet queue is the first of the two fundamental collections in the 168 The pending set is the second of the two fundamental collections in the 251 collections may only be accessed and modified under the respective lock. If 252 access to both collections is needed, the pending lock must be acquired 255 In addition to guarding the collections, after initial packet submission 359 The request queue is the first of the two fundamental collections in the 374 The pending set is the second of the two fundamental collections in the 442 guarding access to the pending set. These collections may only be accessed
|
/linux-6.3-rc2/tools/perf/pmu-events/ |
A D | jevents.py | 12 import collections 144 fold_into_strings = collections.defaultdict(set)
|
/linux-6.3-rc2/Documentation/devicetree/bindings/ |
A D | numa.txt | 10 collections of hardware resources including processors, memory, and I/O buses,
|
/linux-6.3-rc2/Documentation/firmware-guide/acpi/ |
A D | DSD-properties-rules.rst | 37 Property subsets are nested collections of properties. Each of them is
|
/linux-6.3-rc2/drivers/comedi/drivers/ni_routing/ |
A D | README | 60 collections (i.e. sub-directories) of tables stored in c source files:
|
/linux-6.3-rc2/tools/testing/selftests/tc-testing/ |
A D | tdc.py | 19 from collections import OrderedDict
|
/linux-6.3-rc2/Documentation/doc-guide/ |
A D | contributing.rst | 230 the shelves in the 1990s. They were simply collections of documentation
|
/linux-6.3-rc2/Documentation/admin-guide/media/ |
A D | cec.rst | 312 https://elabbay.myshopify.com/collections/camera/products/hdmi-af-af-v1a-hdmi-type-a-female-to-hdmi…
|
/linux-6.3-rc2/rust/alloc/vec/ |
A D | mod.rs | 78 use crate::collections::TryReserveError;
|
/linux-6.3-rc2/tools/kvm/kvm_stat/ |
A D | kvm_stat | 36 from collections import defaultdict, namedtuple
|