| /linux-6.15/tools/net/ynl/pyynl/lib/ |
| H A D | nlspec.py | 3 import collections 206 self.attrs = collections.OrderedDict() 207 self.attrs_by_val = collections.OrderedDict() 307 self.formats = collections.OrderedDict() 464 self.attr_sets = collections.OrderedDict() 465 self.sub_msgs = collections.OrderedDict() 466 self.msgs = collections.OrderedDict() 467 self.req_by_value = collections.OrderedDict() 469 self.ops = collections.OrderedDict() 470 self.ntfs = collections.OrderedDict() [all …]
|
| H A D | ynl.py | 3 from collections import namedtuple
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | mem-phys-addr.py | 10 import collections 27 iomem: Dict[int, list[IomemEntry]] = collections.defaultdict(list) 29 children: Dict[IomemEntry, set[IomemEntry]] = collections.defaultdict(set) 33 load_mem_type_cnt: Dict[IomemEntry, int] = collections.Counter()
|
| H A D | stackcollapse.py | 26 from collections import defaultdict
|
| H A D | sched-migration.py | 15 from collections import defaultdict 20 from collections import UserList
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-bench.c | 123 static struct collection collections[] = { variable 143 for (coll = collections; coll->name; coll++)
|
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | devlink_port_split.py | 8 import collections 23 Port = collections.namedtuple('Port', 'bus_info name')
|
| /linux-6.15/scripts/ |
| H A D | make_fit.py | 37 import collections 48 CompTool = collections.namedtuple('CompTool', 'ext,tools')
|
| H A D | generate_rust_target.rs | 14 collections::HashMap,
|
| /linux-6.15/rust/macros/ |
| H A D | vtable.rs | 4 use std::collections::HashSet;
|
| /linux-6.15/Documentation/hid/ |
| H 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.15/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | Core.py | 9 from collections import defaultdict
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_bpftool.py | 4 import collections
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-gic-v3-its.c | 112 struct its_collection *collections; member 421 if (valid_col(its->collections + vpe->col_idx)) in valid_vpe() 1789 target_col = &its_dev->its->collections[cpu]; in its_set_affinity() 3023 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections), in its_alloc_collections() 3025 if (!its->collections) in its_alloc_collections() 3029 its->collections[i].target_address = ~0ULL; in its_alloc_collections() 3314 its->collections[cpu].target_address = target; in its_cpu_init_collection() 3315 its->collections[cpu].col_id = cpu; in its_cpu_init_collection() 3317 its_send_mapc(its, &its->collections[cpu], 1); in its_cpu_init_collection() 3318 its_send_invall(its, &its->collections[cpu]); in its_cpu_init_collection() [all …]
|
| /linux-6.15/Documentation/driver-api/surface_aggregator/ |
| H 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.15/tools/mm/ |
| H A D | thpmaps | 14 import collections 179 VMA = collections.namedtuple('VMA', [
|
| /linux-6.15/drivers/gpu/drm/msm/registers/ |
| H A D | gen_header.py | 10 import collections 440 self.usage_regs = collections.defaultdict(list) 715 d = collections.defaultdict(list)
|
| /linux-6.15/tools/perf/pmu-events/ |
| H A D | jevents.py | 12 import collections 160 fold_into_strings = collections.defaultdict(set)
|
| /linux-6.15/Documentation/firmware-guide/acpi/ |
| H A D | DSD-properties-rules.rst | 37 Property subsets are nested collections of properties. Each of them is
|
| /linux-6.15/Documentation/devicetree/bindings/ |
| H A D | numa.txt | 10 collections of hardware resources including processors, memory, and I/O buses,
|
| /linux-6.15/drivers/comedi/drivers/ni_routing/ |
| H A D | README | 60 collections (i.e. sub-directories) of tables stored in c source files:
|
| /linux-6.15/Documentation/gpu/nova/core/ |
| H A D | todo.rst | 281 - native Rust collections
|
| /linux-6.15/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 30 from collections import namedtuple
|
| /linux-6.15/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 21 from collections import OrderedDict
|
| /linux-6.15/Documentation/doc-guide/ |
| H A D | contributing.rst | 234 the shelves in the 1990s. They were simply collections of documentation
|