Searched refs:scope (Results 1 – 16 of 16) sorted by relevance
| /tools/testing/selftests/landlock/ |
| A D | scoped_common.h | 13 const __u16 scope) in create_scoped_domain() argument 17 .scoped = scope, in create_scoped_domain()
|
| /tools/testing/selftests/hid/tests/ |
| A D | conftest.py | 19 @pytest.fixture(autouse=True, scope="session") 25 @pytest.fixture(autouse=True, scope="session") 30 @pytest.fixture(autouse=True, scope="session")
|
| A D | test_wacom_generic.py | 763 autouse=True, scope="class", params=PTHX60_Devices, ids=PTHX60_Names
|
| /tools/include/linux/ |
| A D | btf_ids.h | 76 #define __BTF_ID_LIST(name, scope) \ argument 79 "." #scope " " #name "; \n" \ 135 #define __BTF_SET_START(name, scope) \ argument 138 "." #scope " __BTF_ID__set__" #name "; \n" \
|
| /tools/counter/ |
| A D | counter_example.c | 23 .component.scope = COUNTER_SCOPE_COUNT, 33 .component.scope = COUNTER_SCOPE_COUNT,
|
| A D | counter_watch_events.c | 24 .component.scope = COUNTER_SCOPE_COUNT, 76 counter_scope_name[watch[i].component.scope], in print_watch() 266 watches[i].component.scope = ret; in main()
|
| /tools/testing/selftests/power_supply/ |
| A D | test_power_supply_properties.sh | 81 test_sysfs_prop_optional_list scope "Unknown","System","Device"
|
| /tools/testing/selftests/net/ |
| A D | route_localnet.sh | 32 ip route add local 127.0.0.0/8 dev lo proto kernel scope host src 127.0.0.1
|
| A D | gre_ipv6_lladdr.sh | 50 …ip -netns "${NS0}" -6 address show dev "${DEV}" scope link | grep "fe80::" | grep -q "${EXTRA_MATC…
|
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 116 enum counter_scope scope; member 2539 switch (pc->scope) { in cpu_to_domain() 9844 switch (scope) { in pmt_get_scope_root() 9916 pcounter->scope = scope; in pmt_add_counter() 9922 conflict += pcounter->scope != scope; in pmt_add_counter() 10181 switch (scope) { in add_counter() 10236 switch (scope) { in add_counter() 10294 pinfo->scope = scope; in make_perf_counter_info() 10306 switch (scope) { in add_perf_counter() 10334 switch (scope) { in add_perf_counter() [all …]
|
| /tools/net/ynl/pyynl/lib/ |
| A D | ynl.py | 451 for scope in self.scopes: 452 if name in scope.spec: 453 if name in scope.values: 454 return scope.values[name] 455 spec_name = scope.spec.yaml['name']
|
| /tools/perf/Documentation/ |
| A D | perf-annotate.txt | 149 in the scope of the function (local) or the whole data (global).
|
| A D | perf-report.txt | 626 in the scope of the function (local) or the whole data (global).
|
| /tools/build/Documentation/ |
| A D | Build.txt | 143 This C flags changes has the scope of the Build makefile they are defined in.
|
| /tools/usb/usbip/ |
| A D | COPYING | 73 covered by this License; they are outside its scope. The act of 132 the scope of this License.
|
| /tools/memory-model/Documentation/ |
| A D | access-marking.txt | 121 that provides the compiler much less scope for mischievous optimizations.
|
Completed in 42 milliseconds