Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_affinity.cpp2137 KMP_DEBUG_ASSERT(level >= 1 && level <= MAX_CACHE_LEVEL); in get_topology_type()
2150 static const int MAX_CACHE_LEVEL = 3; member in kmp_cache_info_t
2153 info_t table[MAX_CACHE_LEVEL];
2157 while (depth < MAX_CACHE_LEVEL) { in get_leaf4_levels()