Home
last modified time | relevance | path

Searched refs:collections (Results 1 – 25 of 28) sorted by relevance

12

/linux/tools/perf/scripts/python/
H A Dmem-phys-addr.py10 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 Dstackcollapse.py26 from collections import defaultdict
H A Dsched-migration.py15 from collections import defaultdict
20 from collections import UserList
/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_port_split.py8 import collections
23 Port = collections.namedtuple('Port', 'bus_info name')
/linux/tools/perf/
H A Dbuiltin-bench.c5 * General benchmarking collections provided by perf
123 static struct collection collections[] = {
141 /* Iterate over all benchmark collections: */
143 for (coll = collections; coll->name; coll++)
188 printf(" # List of all available benchmark collections:\n\n"); in print_usage()
121 static struct collection collections[] = { global() variable
/linux/scripts/
H A Dmake_fit.py37 import collections
48 CompTool = collections.namedtuple('CompTool', 'ext,tools')
H A Dgenerate_rust_target.rs14 collections::HashMap,
/linux/Documentation/hid/
H A Dhiddev.rst119 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
H A Dhidintro.rst268 different types of collections (see the HID spec 6.2.2.6
/linux/rust/macros/
H A Dvtable.rs4 use std::collections::HashSet;
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py9 from collections import defaultdict
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool.py4 import collections
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c112 struct its_collection *collections; member
330 return its->collections + its_dev->event_map.col_map[event]; in dev_event_to_col()
419 if (valid_col(its->collections + vpe->col_idx)) in valid_vpe()
1398 desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx]; in its_send_vmapp()
1413 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp()
1438 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp()
1787 target_col = &its_dev->its->collections[cpu]; in its_set_affinity()
3028 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections), in its_alloc_collections()
3030 if (!its->collections) in its_alloc_collections()
3034 its->collections[i].target_address = ~0ULL; in its_alloc_collections()
[all …]
/linux/Documentation/driver-api/surface_aggregator/
H A Dinternal.rst155 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/tools/mm/
H A Dthpmaps14 import collections
179 VMA = collections.namedtuple('VMA', [
/linux/Documentation/firmware-guide/acpi/
H A DDSD-properties-rules.rst37 Property subsets are nested collections of properties. Each of them is
/linux/Documentation/devicetree/bindings/
H A Dnuma.txt10 collections of hardware resources including processors, memory, and I/O buses,
/linux/drivers/comedi/drivers/ni_routing/
H A DREADME60 collections (i.e. sub-directories) of tables stored in c source files:
/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py30 from collections import namedtuple
/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py21 from collections import OrderedDict
/linux/Documentation/doc-guide/
H A Dcontributing.rst234 the shelves in the 1990s. They were simply collections of documentation
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat36 from collections import defaultdict, namedtuple
/linux/Documentation/core-api/
H A Dkobject.rst38 collections of kobjects. Ksets contain their own kobjects, but you can
/linux/Documentation/admin-guide/media/
H A Dcec.rst318 https://elabbay.myshopify.com/collections/camera/products/hdmi-af-af-v1a-hdmi-type-a-female-to-hdmi…
/linux/Documentation/process/
H A D2.Process.rst342 heavily on the ability to herd collections of patches in various

12