/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | amd-pstate-ut.c | 141 goto skip_test; in amd_pstate_ut_check_perf() 153 goto skip_test; in amd_pstate_ut_check_perf() 172 goto skip_test; in amd_pstate_ut_check_perf() 183 goto skip_test; in amd_pstate_ut_check_perf() 190 skip_test: in amd_pstate_ut_check_perf() 219 goto skip_test; in amd_pstate_ut_check_freq() 226 goto skip_test; in amd_pstate_ut_check_freq() 238 goto skip_test; in amd_pstate_ut_check_freq() 243 goto skip_test; in amd_pstate_ut_check_freq() 250 skip_test in amd_pstate_ut_check_freq() [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | stat+json_output.sh | 9 skip_test=0 196 [ $socket_id == -1 ] && skip_test=1 208 if [ $skip_test -ne 1 ]
|
H A D | stat+csv_output.sh | 69 skip_test=$(check_for_topology) 76 if [ $skip_test -ne 1 ]
|
H A D | stat+std_output.sh | 90 skip_test=$(check_for_topology) 96 if [ $skip_test -ne 1 ]
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | tsc_sync.c | 248 static atomic_t skip_test; variable 375 if (atomic_read(&skip_test) > 0) { in check_tsc_sync_source() 376 atomic_set(&skip_test, 0); in check_tsc_sync_source() 461 atomic_inc(&skip_test); in check_tsc_sync_target()
|
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 10 skip_test() { function 16 [[ $(id -u) -eq 0 ]] || skip_test "Test must be run as root!" 24 [[ -n "$CGROUP2" ]] || skip_test "Cgroup v2 mount point not found!" 27 [[ $CPUS -lt 8 ]] && skip_test "Test needs at least 8 cpus available!"
|
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | util.h | 47 void skip_test(struct test_case *test_cases, size_t test_cases_len,
|
H A D | util.c | 355 void skip_test(struct test_case *test_cases, size_t test_cases_len, in skip_test() function
|
H A D | vsock_test.c | 427 skip_test(test_cases, ARRAY_SIZE(test_cases) - 1, in main()
|
H A D | vsock_diag_test.c | 556 skip_test(test_cases, ARRAY_SIZE(test_cases) - 1, in main()
|
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | util.h | 50 void skip_test(struct test_case *test_cases, size_t test_cases_len,
|
H A D | util.c | 377 void skip_test(struct test_case *test_cases, size_t test_cases_len, in skip_test() function
|
H A D | vsock_diag_test.c | 554 skip_test(test_cases, ARRAY_SIZE(test_cases) - 1, in main()
|
H A D | vsock_test.c | 1376 skip_test(test_cases, ARRAY_SIZE(test_cases) - 1, in main()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | attr.py | 175 def skip_test(self, myarch): member in Test 225 if self.skip_test(myarch):
|
/kernel/linux/linux-6.6/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 930 function skip_test() function 990 if skip_test $TEST_ID $TARGET; then
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | clocksource.c | 248 goto skip_test; in cs_watchdog_read() 255 skip_test: in cs_watchdog_read()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | clocksource.c | 262 goto skip_test; in cs_watchdog_read() 269 skip_test: in cs_watchdog_read()
|
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 4116 bool skip_test; in FIXTURE() local 4122 self->skip_test = true; in FIXTURE_SETUP() 4162 if (self->skip_test) in FIXTURE_TEARDOWN() 4196 if (self->skip_test) in TEST_F_FORK() 4362 if (self->skip_test) in TEST_F_FORK() 4515 bool skip_test; in FIXTURE() local 4581 self->skip_test = true; in FIXTURE_SETUP() 4628 if (self->skip_test) in FIXTURE_TEARDOWN() 4674 if (self->skip_test) in layer3_fs_tag_inode() 4738 if (self->skip_test) in TEST_F_FORK() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 263 skip_test() function 308 if skip_test; then
|