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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_cpu.c67 if (cpu_index != ALL_CPUS && cpu_index >= sysInfo.dwNumberOfProcessors) {
102 if (cpu_index == ALL_CPUS) {
143 if (cpu_index == ALL_CPUS)
235 if (cpu_index != ALL_CPUS && !get_cpu_stats(cpu_index, &busy, &total)) {
243 if (cpu_index == ALL_CPUS)
H A Dhud_private.h155 #define ALL_CPUS ~0 /* optionally set as cpu_index */ macro
H A Dhud_context.c1256 hud_cpu_graph_install(pane, ALL_CPUS);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_cpu.c71 if (cpu_index != ALL_CPUS && cpu_index >= sysInfo.dwNumberOfProcessors) {
110 if (cpu_index == ALL_CPUS) {
182 if (cpu_index == ALL_CPUS)
274 if (cpu_index != ALL_CPUS && !get_cpu_stats(cpu_index, &busy, &total)) {
282 if (cpu_index == ALL_CPUS)
H A Dhud_private.h157 #define ALL_CPUS ~0 /* optionally set as cpu_index */ macro
H A Dhud_context.c1255 hud_cpu_graph_install(pane, ALL_CPUS);

Completed in 66 milliseconds