OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTIL_MAX_CPUS
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/util/
u_cpu_detect.h
57
typedef uint32_t util_affinity_mask[
UTIL_MAX_CPUS
/ 32];
120
uint16_t cpu_to_L3[
UTIL_MAX_CPUS
];
u_thread.h
65
#define
UTIL_MAX_CPUS
1024 /* this should be enough */
66
#define UTIL_MAX_L3_CACHES
UTIL_MAX_CPUS
u_cpu_detect.c
482
uint32_t saved_mask[
UTIL_MAX_CPUS
/ 32] = {0};
483
uint32_t mask[
UTIL_MAX_CPUS
/ 32] = {0};
486
uint32_t L3_found[
UTIL_MAX_CPUS
] = {0};
508
for (int16_t i = 0; i < util_cpu_caps.max_cpus && i <
UTIL_MAX_CPUS
; i++) {
u_queue.c
277
uint32_t mask[
UTIL_MAX_CPUS
/ 32];
Completed in 26 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026