Home
last modified time | relevance | path

Searched refs:to_test (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/bench/
H A Dfind-bit-bench.c57 unsigned long *to_test = bitmap_zalloc(num_bits); in do_for_each_set_bit() local
69 bitmap_zero(to_test, num_bits); in do_for_each_set_bit()
72 __set_bit(i, to_test); in do_for_each_set_bit()
81 for_each_set_bit(bit, to_test, num_bits) in do_for_each_set_bit()
96 if (asm_test_bit(bit, to_test)) in do_for_each_set_bit()
121 bitmap_free(to_test); in do_for_each_set_bit()
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c615 BucketType to_test[2][3] = { { THROTTLE_BPS_TOTAL, in do_test_accounting() local
627 index = to_test[is_ops][i]; in do_test_accounting()
644 index = to_test[is_ops][0]; in do_test_accounting()
650 index = to_test[is_ops][1]; in do_test_accounting()
656 index = to_test[is_ops][2]; in do_test_accounting()
/openbmc/linux/tools/perf/util/
H A Devlist.c2527 struct perf_cpu_map *intersect, *to_test; in evlist__warn_user_requested_cpus() local
2530 to_test = pmu && pmu->is_core ? pmu->cpus : cpu_map__online(); in evlist__warn_user_requested_cpus()
2531 intersect = perf_cpu_map__intersect(to_test, user_requested_cpus); in evlist__warn_user_requested_cpus()
2535 cpu_map__snprint(to_test, buf, sizeof(buf)); in evlist__warn_user_requested_cpus()