Home
last modified time | relevance | path

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

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-smi.c133 const int cpus = stress_get_processors_online(); in stress_smi()
H A Dstress-softlockup.c117 const uint32_t cpus_online = (uint32_t)stress_get_processors_online(); in stress_softlockup()
H A Dcore-helper.c290 int32_t stress_get_processors_online(void) in stress_get_processors_online() function
321 processors_configured = stress_get_processors_online(); in stress_get_processors_configured()
1148 pr_yaml(yaml, " cpus-online: %" PRId32 "\n", stress_get_processors_online()); in pr_yaml_runinfo()
H A Dstress-memthrash.c615 context.total_cpus = (uint32_t)stress_get_processors_online(); in stress_memthrash()
H A Dstress-ng.c1468 *count = stress_get_processors_online(); in stress_get_processors()
3434 const uint32_t cpus_online = (uint32_t)stress_get_processors_online(); in main()
H A Dstress-ng.h4313 extern WARN_UNUSED int32_t stress_get_processors_online(void);
H A Dstress-cpu.c378 const int cpus_online = (int)stress_get_processors_online(); in stress_is_affinity_set()