Searched refs:max_level (Results 1 – 2 of 2) sorted by relevance
67 unsigned int max_level; in host_detect_local_cpu() local99 max_level = eax; in host_detect_local_cpu()102 if (max_level == 0) in host_detect_local_cpu()
3886 const int max_level) { in __kmp_free_hot_teams() argument3892 KMP_DEBUG_ASSERT(level < max_level); in __kmp_free_hot_teams()3896 if (level < max_level - 1) { in __kmp_free_hot_teams()3899 n += __kmp_free_hot_teams(root, th, level + 1, max_level); in __kmp_free_hot_teams()