Home
last modified time | relevance | path

Searched refs:max_cpus (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.c485 uint64_t *caps = malloc(sizeof(uint64_t) * util_cpu_caps.max_cpus); in get_cpu_topology()
487 for (unsigned i = 0; caps && i < util_cpu_caps.max_cpus; i++) { in get_cpu_topology()
507 for (unsigned i = 0; caps && i < util_cpu_caps.max_cpus; i++) { in get_cpu_topology()
548 for (int16_t i = 0; i < util_cpu_caps.max_cpus && i < UTIL_MAX_CPUS; i++) { in get_cpu_topology()
616 for (int j = util_cpu_caps.max_cpus - 1; j >= 0; j -= 32) in get_cpu_topology()
812 util_cpu_caps.max_cpus = total_cpus; in _util_cpu_detect_once()
Du_cpu_detect.h82 int16_t max_cpus; member