Home
last modified time | relevance | path

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

12

/linux/tools/net/ynl/pyynl/lib/
H A Dnlspec.py10 import collections
213 self.attrs = collections.OrderedDict()
214 self.attrs_by_val = collections.OrderedDict()
314 self.formats = collections.OrderedDict()
474 self.attr_sets = collections.OrderedDict()
475 self.sub_msgs = collections.OrderedDict()
476 self.msgs = collections.OrderedDict()
477 self.req_by_value = collections.OrderedDict()
478 self.rsp_by_value = collections.OrderedDict()
479 self.ops = collections.OrderedDict()
[all …]
/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/
H A Drun_kselftest.sh127 collections=$(echo "$available" | cut -d: -f1 | sort | uniq)
128 for collection in $collections ; do
/linux/tools/perf/
H A Dbuiltin-bench.c124 static struct collection collections[] = { variable
144 for (coll = collections; coll->name; coll++)
/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_port_split.py8 import collections
23 Port = collections.namedtuple('Port', 'bus_info name')
/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
/linux/rust/macros/
H A Dvtable.rs4 collections::HashSet,
H A Dfmt.rs3 use std::collections::BTreeSet;
H A Dkunit.rs
/linux/scripts/
H A Dmake_fit.py39 import collections
51 CompTool = collections.namedtuple('CompTool', 'ext,tools')
H A Dgenerate_rust_target.rs14 collections::HashMap,
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py9 from collections import defaultdict
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c113 struct its_collection *collections; member
335 return its->collections + its_dev->event_map.col_map[event]; in dev_event_to_col()
424 if (valid_col(its->collections + vpe->col_idx)) in valid_vpe()
1403 desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx]; in its_send_vmapp()
1418 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp()
1443 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp()
1792 target_col = &its_dev->its->collections[cpu]; in its_set_affinity()
3028 its->collections = kzalloc_objs(*its->collections, nr_cpu_ids); in its_alloc_collections()
3029 if (!its->collections) in its_alloc_collections()
3033 its->collections[i].target_address = ~0ULL; in its_alloc_collections()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool.py4 import collections
/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/drivers/tty/vt/
H A Dgen_ucs_fallback_table.py17 from collections import defaultdict
/linux/tools/mm/
H A Dthpmaps14 import collections
179 VMA = collections.namedtuple('VMA', [
/linux/drivers/gpu/drm/msm/registers/
H A Dgen_header.py10 import collections
476 self.usage_regs = collections.defaultdict(list)
754 d = collections.defaultdict(list)
/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py9 from collections import namedtuple
/linux/tools/perf/pmu-events/
H A Djevents.py12 import collections
165 fold_into_strings = collections.defaultdict(set)
/linux/Documentation/firmware-guide/acpi/
H A DDSD-properties-rules.rst37 Property subsets are nested collections of properties. Each of them is
/linux/rust/quote/
H A Druntime.rs66 use alloc::collections::btree_set::{self, BTreeSet};
/linux/drivers/comedi/drivers/ni_routing/
H A DREADME60 collections (i.e. sub-directories) of tables stored in c source files:

12