Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c71 if (cpu_index != ALL_CPUS && cpu_index >= sysInfo.dwNumberOfProcessors) { in get_cpu_stats()
110 if (cpu_index == ALL_CPUS) { in get_cpu_stats()
182 if (cpu_index == ALL_CPUS) in get_cpu_stats()
274 if (cpu_index != ALL_CPUS && !get_cpu_stats(cpu_index, &busy, &total)) { in hud_cpu_graph_install()
282 if (cpu_index == ALL_CPUS) in hud_cpu_graph_install()
Dhud_private.h156 #define ALL_CPUS ~0 /* optionally set as cpu_index */ macro
Dhud_context.c1247 hud_cpu_graph_install(pane, ALL_CPUS); in hud_parse_env_var()