Home
last modified time | relevance | path

Searched refs:test_cpu (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/sched/eas/
Dsugov_latency.c29 static int test_cpu; variable
38 affine(test_cpu); in burn_fn()
48 test_cpu); in burn_fn()
53 test_cpu); in burn_fn()
121 if (t->cpu == test_cpu && t->state > max_freq_seen) { in parse_results()
135 if (t->cpu == test_cpu && t->state < min_freq_seen) { in parse_results()
149 test_cpu); in parse_results()
153 test_cpu); in parse_results()
157 "(scaling_max_freq %d MHz).\n", test_cpu, in parse_results()
164 test_cpu); in parse_results()
[all …]
Dsugov_stale_util.c36 static int test_cpu; variable
52 affine(test_cpu - 1); in event_fn()
69 affine(test_cpu); in burn_fn()
117 if (t->cpu == test_cpu && t->util > max_util_seen) in parse_results()
160 test_cpu); in get_policy_cpus()
188 test_cpu); in get_policy_cpus()
199 test_cpu = tst_ncpus() - 1; in run()
200 printf("CPU hog will be bound to CPU %d.\n", test_cpu); in run()
Dsched_boost.c30 static int test_cpu; variable
72 affine(test_cpu); in test_fn()
99 if (t->cpu == test_cpu && t->util > max_util_seen) in parse_results()
154 test_cpu = tst_ncpus() - 1; in run()
157 printf("CPU hog will be bound to CPU %d.\n", test_cpu); in run()
/external/autotest/client/tests/cgroup/
Dcgroup_client.py54 def test_cpu(args): function
124 test_cpu(args)
/external/skia/tests/
DSkSLTest.cpp110 static void test_cpu(skiatest::Reporter* r, const char* testFile) { in test_cpu() function
140 test_cpu(r, path); \
/external/eigen/unsupported/test/
Dcxx11_tensor_device.cu180 void test_cpu() { in test_cpu() function
388 CALL_SUBTEST_1(test_cpu()); in test_cxx11_tensor_device()