Home
last modified time | relevance | path

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

12

/linux/tools/net/ynl/lib/
A Dnlspec.py3 import collections
203 self.attrs = collections.OrderedDict()
204 self.attrs_by_val = collections.OrderedDict()
301 self.formats = collections.OrderedDict()
458 self.attr_sets = collections.OrderedDict()
459 self.sub_msgs = collections.OrderedDict()
460 self.msgs = collections.OrderedDict()
461 self.req_by_value = collections.OrderedDict()
463 self.ops = collections.OrderedDict()
464 self.ntfs = collections.OrderedDict()
[all …]
A Dynl.py3 from collections import namedtuple
/linux/tools/perf/scripts/python/
A Dmem-phys-addr.py14 import collections
26 load_mem_type_cnt = collections.Counter()
A Dstackcollapse.py26 from collections import defaultdict
A Dsched-migration.py15 from collections import defaultdict
20 from collections import UserList
/linux/tools/perf/
A Dbuiltin-bench.c123 static struct collection collections[] = { variable
143 for (coll = collections; coll->name; coll++)
/linux/tools/testing/selftests/drivers/net/hw/
A Ddevlink_port_split.py8 import collections
23 Port = collections.namedtuple('Port', 'bus_info name')
/linux/scripts/
A Dmake_fit.py37 import collections
48 CompTool = collections.namedtuple('CompTool', 'ext,tools')
A Dgenerate_rust_target.rs14 collections::HashMap,
/linux/rust/macros/
A Dvtable.rs4 use std::collections::HashSet;
/linux/Documentation/hid/
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
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DCore.py9 from collections import defaultdict
/linux/tools/testing/selftests/bpf/
A Dtest_bpftool.py4 import collections
/linux/drivers/irqchip/
A Dirq-gic-v3-its.c107 struct its_collection *collections; member
332 if (valid_col(its->collections + vpe->col_idx)) in valid_vpe()
1701 target_col = &its_dev->its->collections[cpu]; in its_set_affinity()
2943 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections), in its_alloc_collections()
2945 if (!its->collections) in its_alloc_collections()
2949 its->collections[i].target_address = ~0ULL; in its_alloc_collections()
3235 its->collections[cpu].target_address = target; in its_cpu_init_collection()
3236 its->collections[cpu].col_id = cpu; in its_cpu_init_collection()
3238 its_send_mapc(its, &its->collections[cpu], 1); in its_cpu_init_collection()
3239 its_send_invall(its, &its->collections[cpu]); in its_cpu_init_collection()
[all …]
/linux/Documentation/driver-api/surface_aggregator/
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/drivers/gpu/drm/ci/xfails/
A Dupdate-xfails.py4 from collections import defaultdict
/linux/tools/mm/
A Dthpmaps14 import collections
179 VMA = collections.namedtuple('VMA', [
/linux/drivers/gpu/drm/msm/registers/
A Dgen_header.py10 import collections
440 self.usage_regs = collections.defaultdict(list)
715 d = collections.defaultdict(list)
/linux/tools/perf/pmu-events/
A Djevents.py12 import collections
160 fold_into_strings = collections.defaultdict(set)
/linux/Documentation/firmware-guide/acpi/
A DDSD-properties-rules.rst37 Property subsets are nested collections of properties. Each of them is
/linux/Documentation/devicetree/bindings/
A Dnuma.txt10 collections of hardware resources including processors, memory, and I/O buses,
/linux/drivers/comedi/drivers/ni_routing/
A DREADME60 collections (i.e. sub-directories) of tables stored in c source files:
/linux/tools/testing/selftests/hid/tests/
A Dtest_wacom_generic.py30 from collections import namedtuple
/linux/tools/testing/selftests/tc-testing/
A Dtdc.py21 from collections import OrderedDict
/linux/Documentation/doc-guide/
A Dcontributing.rst234 the shelves in the 1990s. They were simply collections of documentation

Completed in 38 milliseconds

12