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.c62 if (cpu_index != ALL_CPUS && cpu_index >= sysInfo.dwNumberOfProcessors) { in get_cpu_stats()
98 if (cpu_index == ALL_CPUS) in get_cpu_stats()
190 if (cpu_index != ALL_CPUS && !get_cpu_stats(cpu_index, &busy, &total)) { in hud_cpu_graph_install()
198 if (cpu_index == ALL_CPUS) in hud_cpu_graph_install()
Dhud_private.h154 #define ALL_CPUS ~0 /* optionally set as cpu_index */ macro
Dhud_context.c1217 hud_cpu_graph_install(pane, ALL_CPUS); in hud_parse_env_var()