Searched refs:temp_cpus (Results 1 – 1 of 1) sorted by relevance
869 int temp_cpus; in get_num_cpus() local878 temp_cpus = psd.psd_proc_cnt; in get_num_cpus()881 temp_cpus = 1; in get_num_cpus()888 temp_cpus = sysconf(_SC_NPROCESSORS_ONLN); in get_num_cpus()891 temp_cpus = perfstat_cpu(NULL,NULL, sizeof(perfstat_cpu_t), 0); in get_num_cpus()900 temp_cpus = SystemInfo.dwNumberOfProcessors; in get_num_cpus()904 temp_cpus = shell_num_cpus; in get_num_cpus()909 if (temp_cpus > MAXCPUS) { in get_num_cpus()913 temp_cpus, in get_num_cpus()919 return(temp_cpus); in get_num_cpus()