Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Doslib-posix.c404 long host_procs = sysconf(_SC_NPROCESSORS_ONLN); in get_memset_num_threads() local
407 if (host_procs > 0) { in get_memset_num_threads()
408 ret = MIN(MIN(host_procs, MAX_MEM_PREALLOC_THREAD_COUNT), max_threads); in get_memset_num_threads()