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()
71 affine(test_cpu); in burn_fn()
119 if (t->cpu == test_cpu && t->util > max_util_seen) in parse_results()
162 test_cpu); in get_policy_cpus()
190 test_cpu); in get_policy_cpus()
201 test_cpu = tst_ncpus() - 1; in run()
202 printf("CPU hog will be bound to CPU %d.\n", test_cpu); in run()
Dsched_boost.c30 static int test_cpu; variable
71 affine(test_cpu); in test_fn()
94 if (t->cpu == test_cpu && t->util > max_util_seen) in parse_results()
142 test_cpu = tst_ncpus() - 1; in run()
145 printf("CPU hog will be bound to CPU %d.\n", test_cpu); in run()
/external/autotest/client/site_tests/crosvm_Sanity/
Dcrosvm_Sanity.py54 funcs = [self.test_cpu, self.test_gpu, self.test_mem]
65 def test_cpu(self): member in crosvm_Sanity
/external/autotest/client/tests/cgroup/
Dcgroup_client.py54 def test_cpu(args): function
124 test_cpu(args)
/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()