Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.h46 #define UTIL_MAX_CPUS 1024 /* this should be enough */ macro
64 typedef uint32_t util_affinity_mask[UTIL_MAX_CPUS / 32];
129 uint16_t cpu_to_L3[UTIL_MAX_CPUS];
Du_cpu_detect.c522 uint32_t saved_mask[UTIL_MAX_CPUS / 32] = {0}; in get_cpu_topology()
523 uint32_t mask[UTIL_MAX_CPUS / 32] = {0}; in get_cpu_topology()
526 uint32_t L3_found[UTIL_MAX_CPUS] = {0}; 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()
Du_queue.c261 uint32_t mask[UTIL_MAX_CPUS / 32]; in util_queue_thread_func()