Searched refs:collections (Results 1 – 25 of 36) sorted by relevance
12
| /Linux-v6.6/tools/net/ynl/lib/ |
| D | nlspec.py | 3 import collections 192 self.attrs = collections.OrderedDict() 193 self.attrs_by_val = collections.OrderedDict() 401 self.attr_sets = collections.OrderedDict() 402 self.msgs = collections.OrderedDict() 403 self.req_by_value = collections.OrderedDict() 404 self.rsp_by_value = collections.OrderedDict() 405 self.ops = collections.OrderedDict() 406 self.ntfs = collections.OrderedDict() 407 self.consts = collections.OrderedDict() [all …]
|
| D | ynl.py | 3 from collections import namedtuple
|
| /Linux-v6.6/tools/perf/scripts/python/ |
| D | mem-phys-addr.py | 14 import collections 26 load_mem_type_cnt = collections.Counter()
|
| D | stackcollapse.py | 26 from collections import defaultdict
|
| D | sched-migration.py | 15 from collections import defaultdict 20 from collections import UserList
|
| /Linux-v6.6/tools/testing/selftests/net/ |
| D | devlink_port_split.py | 8 import collections 23 Port = collections.namedtuple('Port', 'bus_info name')
|
| /Linux-v6.6/tools/perf/ |
| D | builtin-bench.c | 121 static struct collection collections[] = { variable 141 for (coll = collections; coll->name; coll++)
|
| /Linux-v6.6/rust/alloc/ |
| D | lib.rs | 245 pub mod collections; module 278 let mut hasher = std::collections::hash_map::RandomState::new().build_hasher(); in test_rng()
|
| D | raw_vec.rs | 16 use crate::collections::TryReserveError; 17 use crate::collections::TryReserveErrorKind::*;
|
| /Linux-v6.6/rust/macros/ |
| D | vtable.rs | 4 use std::collections::HashSet;
|
| /Linux-v6.6/Documentation/hid/ |
| 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-v6.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | Core.py | 9 from collections import defaultdict
|
| /Linux-v6.6/tools/testing/selftests/bpf/ |
| D | test_bpftool.py | 4 import collections
|
| /Linux-v6.6/scripts/ |
| D | generate_rust_target.rs | 14 collections::HashMap,
|
| /Linux-v6.6/drivers/irqchip/ |
| D | irq-gic-v3-its.c | 106 struct its_collection *collections; member 237 return its->collections + its_dev->event_map.col_map[event]; in dev_event_to_col() 326 if (valid_col(its->collections + vpe->col_idx)) in valid_vpe() 1300 desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx]; in its_send_vmapp() 1316 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp() 1342 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp() 1693 target_col = &its_dev->its->collections[cpu]; in its_set_affinity() 2955 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections), in its_alloc_collections() 2957 if (!its->collections) in its_alloc_collections() 2961 its->collections[i].target_address = ~0ULL; in its_alloc_collections() [all …]
|
| /Linux-v6.6/rust/alloc/vec/ |
| D | spec_extend.rs | 4 use crate::collections::TryReserveError;
|
| D | into_iter.rs | 7 use crate::collections::VecDeque;
|
| /Linux-v6.6/Documentation/driver-api/surface_aggregator/ |
| 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-v6.6/rust/kernel/ |
| D | error.rs | 11 collections::TryReserveError,
|
| /Linux-v6.6/tools/perf/pmu-events/ |
| D | jevents.py | 12 import collections 160 fold_into_strings = collections.defaultdict(set)
|
| /Linux-v6.6/Documentation/firmware-guide/acpi/ |
| D | DSD-properties-rules.rst | 37 Property subsets are nested collections of properties. Each of them is
|
| /Linux-v6.6/Documentation/devicetree/bindings/ |
| D | numa.txt | 10 collections of hardware resources including processors, memory, and I/O buses,
|
| /Linux-v6.6/drivers/comedi/drivers/ni_routing/ |
| D | README | 60 collections (i.e. sub-directories) of tables stored in c source files:
|
| /Linux-v6.6/tools/testing/selftests/tc-testing/ |
| D | tdc.py | 19 from collections import OrderedDict
|
| /Linux-v6.6/Documentation/doc-guide/ |
| D | contributing.rst | 230 the shelves in the 1990s. They were simply collections of documentation
|
12