Searched refs:cpu_map_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c119 static int cpu_map_count = 0; variable
1570 for (i = 0; i < cpu_map_count; i++) {
1575 if (i < cpu_map_count && (cpu_map[i]->obj != NULL)) {
1585 for (i = 0; i < cpu_map_count; i++) {
1590 if (i < cpu_map_count && (cpu_map[i]->obj != NULL)) {
1939 if (cpu_map_count == cpu_map_count_max) {
1947 if (cpu_map_count != 0) {
1949 sz = sizeof (cpu_map[0]) * cpu_map_count;
2002 cpu_map_count = 1;
2007 for (i = 0; i < cpu_map_count;
[all...]

Completed in 47 milliseconds