Home
last modified time | relevance | path

Searched refs:CPU_COUNT (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/tools/concurrencytest/
H A Dconcurrencytest.py43 CPU_COUNT = cpu_count() variable
46 def fork_for_tests(concurrency_num=CPU_COUNT):
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_buffer.c109 if (CHECK(CPU_COUNT(&cpu_seen) != nr_on_cpus, "seen_cpu_cnt", in serial_test_perf_buffer()
110 "expect %d, seen %d\n", nr_on_cpus, CPU_COUNT(&cpu_seen))) in serial_test_perf_buffer()
/openbmc/linux/tools/testing/selftests/kvm/
H A Drseq_test.c163 TEST_REQUIRE(CPU_COUNT(&possible_mask) >= 2); in calc_min_max_cpu()
H A Dmax_guest_memory_test.c153 nr_vcpus = CPU_COUNT(&possible_mask) * 3/4; in calc_default_nr_vcpus()
/openbmc/qemu/bsd-user/
H A Dbsd-proc.c131 ncpu = CPU_COUNT(&mask); in bsd_get_ncpu()
/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.c786 if (!CPU_COUNT(&house_keeping_cpus)) { in auto_house_keeping()
799 if (!CPU_COUNT(&house_keeping_cpus)) { in auto_house_keeping()
/openbmc/linux/tools/testing/selftests/net/
H A Dso_incoming_cpu.c188 ASSERT_EQ(CPU_COUNT(&cpu_set), 1); in create_clients()