Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/perf/scripts/python/
Dmem-phys-addr.py14 import collections
26 load_mem_type_cnt = collections.Counter()
Dstackcollapse.py26 from collections import defaultdict
Dsched-migration.py15 from collections import defaultdict
20 from collections import UserList
/linux-6.1.9/rust/kernel/
Derror.rs7 use alloc::collections::TryReserveError;
/linux-6.1.9/tools/testing/selftests/net/
Ddevlink_port_split.py8 import collections
23 Port = collections.namedtuple('Port', 'bus_info name')
/linux-6.1.9/tools/perf/
Dbuiltin-bench.c108 static struct collection collections[] = { variable
127 for (coll = collections; coll->name; coll++)
/linux-6.1.9/Documentation/hid/
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-6.1.9/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py9 from collections import defaultdict
/linux-6.1.9/rust/alloc/
Draw_vec.rs17 use crate::collections::TryReserveError;
18 use crate::collections::TryReserveErrorKind::*;
Dlib.rs219 pub mod collections; module
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_bpftool.py4 import collections
/linux-6.1.9/scripts/
Dgenerate_rust_target.rs14 collections::HashMap,
/linux-6.1.9/drivers/irqchip/
Dirq-gic-v3-its.c108 struct its_collection *collections; member
239 return its->collections + its_dev->event_map.col_map[event]; in dev_event_to_col()
310 if (valid_col(its->collections + vpe->col_idx)) in valid_vpe()
1284 desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx]; in its_send_vmapp()
1300 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp()
1326 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp()
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()
[all …]
/linux-6.1.9/Documentation/driver-api/surface_aggregator/
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-6.1.9/tools/perf/pmu-events/
Djevents.py10 import collections
123 fold_into_strings = collections.defaultdict(set)
/linux-6.1.9/Documentation/firmware-guide/acpi/
DDSD-properties-rules.rst37 Property subsets are nested collections of properties. Each of them is
/linux-6.1.9/Documentation/devicetree/bindings/
Dnuma.txt10 collections of hardware resources including processors, memory, and I/O buses,
/linux-6.1.9/tools/testing/selftests/tc-testing/
Dtdc.py19 from collections import OrderedDict
/linux-6.1.9/drivers/comedi/drivers/ni_routing/
DREADME60 collections (i.e. sub-directories) of tables stored in c source files:
/linux-6.1.9/Documentation/doc-guide/
Dcontributing.rst230 the shelves in the 1990s. They were simply collections of documentation
/linux-6.1.9/rust/alloc/vec/
Dmod.rs77 use crate::collections::TryReserveError;
/linux-6.1.9/tools/kvm/kvm_stat/
Dkvm_stat36 from collections import defaultdict, namedtuple
/linux-6.1.9/Documentation/core-api/
Dkobject.rst38 collections of kobjects. Ksets contain their own kobjects, but you can
/linux-6.1.9/Documentation/process/
D2.Process.rst342 heavily on the ability to herd collections of patches in various
/linux-6.1.9/Documentation/sound/hd-audio/
Dnotes.rst861 codec proc collections in the tarball. Then, run the program with the

12