Searched refs:collections (Results 1 – 25 of 26) sorted by relevance
12
| /linux/tools/perf/scripts/python/ |
| A D | mem-phys-addr.py | 14 import collections 26 load_mem_type_cnt = collections.Counter()
|
| A D | stackcollapse.py | 26 from collections import defaultdict
|
| A D | sched-migration.py | 15 from collections import defaultdict 20 from collections import UserList
|
| /linux/tools/testing/kunit/ |
| A D | kunit_config.py | 9 import collections 16 KconfigEntryBase = collections.namedtuple('KconfigEntryBase', ['name', 'value'])
|
| A D | qemu_config.py | 8 from collections import namedtuple
|
| A D | kunit.py | 18 from collections import namedtuple
|
| A D | kunit_parser.py | 15 from collections import namedtuple
|
| /linux/tools/perf/ |
| A D | builtin-bench.c | 101 static struct collection collections[] = { variable 119 for (coll = collections; coll->name; coll++)
|
| /linux/tools/testing/selftests/net/ |
| A D | devlink_port_split.py | 8 import collections 23 Port = collections.namedtuple('Port', 'bus_info name')
|
| /linux/Documentation/hid/ |
| A 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/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| A D | Core.py | 9 from collections import defaultdict
|
| /linux/drivers/irqchip/ |
| A D | irq-gic-v3-its.c | 104 struct its_collection *collections; member 306 if (valid_col(its->collections + vpe->col_idx)) in valid_vpe() 1664 target_col = &its_dev->its->collections[cpu]; in its_set_affinity() 2923 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections), in its_alloc_collections() 2925 if (!its->collections) in its_alloc_collections() 2929 its->collections[i].target_address = ~0ULL; in its_alloc_collections() 3200 its->collections[cpu].target_address = target; in its_cpu_init_collection() 3201 its->collections[cpu].col_id = cpu; in its_cpu_init_collection() 3203 its_send_mapc(its, &its->collections[cpu], 1); in its_cpu_init_collection() 3204 its_send_invall(its, &its->collections[cpu]); in its_cpu_init_collection() [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_bpftool.py | 4 import collections
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| A 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/Documentation/firmware-guide/acpi/ |
| A D | DSD-properties-rules.rst | 35 Property subsets are nested collections of properties. Each of them is
|
| /linux/Documentation/devicetree/bindings/ |
| A D | numa.txt | 10 collections of hardware resources including processors, memory, and I/O buses,
|
| /linux/tools/testing/selftests/tc-testing/ |
| A D | tdc.py | 19 from collections import OrderedDict
|
| /linux/drivers/comedi/drivers/ni_routing/ |
| A D | README | 60 collections (i.e. sub-directories) of tables stored in c source files:
|
| /linux/Documentation/doc-guide/ |
| A D | contributing.rst | 229 the shelves in the 1990s. They were simply collections of documentation
|
| /linux/tools/kvm/kvm_stat/ |
| A D | kvm_stat | 36 from collections import defaultdict, namedtuple
|
| /linux/Documentation/core-api/ |
| A D | kobject.rst | 38 collections of kobjects. Ksets contain their own kobjects, but you can
|
| /linux/Documentation/process/ |
| A D | 2.Process.rst | 349 heavily on the ability to herd collections of patches in various
|
| /linux/Documentation/sound/hd-audio/ |
| A D | notes.rst | 861 codec proc collections in the tarball. Then, run the program with the
|
| /linux/arch/arm64/ |
| A D | Kconfig | 803 ITS SYNC command hang for cross node io and collections/cpu mapping.
|
| /linux/Documentation/admin-guide/ |
| A D | spkguide.txt | 979 The directory /speakup/i18n contains several collections of messages.
|
Completed in 59 milliseconds
12