Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/powertop/common/
H A Dutil.c88 int max, cpus_conf; in pt_enumerate_cpus() local
92 cpus_conf = sysconf(_SC_NPROCESSORS_CONF); in pt_enumerate_cpus()
95 if (max == -1 || cpus_conf == -1) { in pt_enumerate_cpus()
96 max = cpus_conf = 1; in pt_enumerate_cpus()
99 if ((g_cpu_table = malloc(cpus_conf * sizeof (processorid_t))) == NULL) in pt_enumerate_cpus()