Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 16 of 16) sorted by relevance

/tools/testing/selftests/landlock/
A Dscoped_common.h13 const __u16 scope) in create_scoped_domain() argument
17 .scoped = scope, in create_scoped_domain()
/tools/testing/selftests/hid/tests/
A Dconftest.py19 @pytest.fixture(autouse=True, scope="session")
25 @pytest.fixture(autouse=True, scope="session")
30 @pytest.fixture(autouse=True, scope="session")
A Dtest_wacom_generic.py763 autouse=True, scope="class", params=PTHX60_Devices, ids=PTHX60_Names
/tools/include/linux/
A Dbtf_ids.h76 #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 Dcounter_example.c23 .component.scope = COUNTER_SCOPE_COUNT,
33 .component.scope = COUNTER_SCOPE_COUNT,
A Dcounter_watch_events.c24 .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 Dtest_power_supply_properties.sh81 test_sysfs_prop_optional_list scope "Unknown","System","Device"
/tools/testing/selftests/net/
A Droute_localnet.sh32 ip route add local 127.0.0.0/8 dev lo proto kernel scope host src 127.0.0.1
A Dgre_ipv6_lladdr.sh50 …ip -netns "${NS0}" -6 address show dev "${DEV}" scope link | grep "fe80::" | grep -q "${EXTRA_MATC…
/tools/power/x86/turbostat/
A Dturbostat.c116 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 Dynl.py451 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 Dperf-annotate.txt149 in the scope of the function (local) or the whole data (global).
A Dperf-report.txt626 in the scope of the function (local) or the whole data (global).
/tools/build/Documentation/
A DBuild.txt143 This C flags changes has the scope of the Build makefile they are defined in.
/tools/usb/usbip/
A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/tools/memory-model/Documentation/
A Daccess-marking.txt121 that provides the compiler much less scope for mischievous optimizations.

Completed in 42 milliseconds