Home
last modified time | relevance | path

Searched refs:CPU_COUNT (Results 1 – 2 of 2) 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/qemu/bsd-user/
H A Dbsd-proc.c131 ncpu = CPU_COUNT(&mask); in bsd_get_ncpu()