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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.h95 uint32_t num_cpus; /* Number of CPUs. */ member in struct:radeon_drm_winsys
H A Dradeon_drm_winsys.c382 ws->num_cpus = sysconf(_SC_NPROCESSORS_ONLN);
934 if (ws->num_cpus > 1 && debug_get_option_thread())
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.h96 uint32_t num_cpus; /* Number of CPUs. */ member in struct:radeon_drm_winsys
H A Dradeon_drm_winsys.c393 ws->num_cpus = sysconf(_SC_NPROCESSORS_ONLN);
940 if (ws->num_cpus > 1 && debug_get_option_thread())
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_cpufreq.c130 int num_cpus = hud_get_num_cpufreq(0); local in function:hud_cpufreq_graph_install
131 if (num_cpus <= 0)
H A Dhud_context.c1516 int i, num_queries, num_cpus = hud_get_num_cpus(); local in function:print_help
1569 for (i = 0; i < num_cpus; i++)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_cpufreq.c130 int num_cpus = hud_get_num_cpufreq(0); local in function:hud_cpufreq_graph_install
131 if (num_cpus <= 0)
H A Dhud_context.c1515 int i, num_queries, num_cpus = hud_get_num_cpus(); local in function:print_help
1568 for (i = 0; i < num_cpus; i++)

Completed in 11 milliseconds