Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dsmp.c103 unsigned int threads_per_group; member
836 tg->threads_per_group = thread_group_array[i + 2]; in parse_thread_groups()
837 total_threads = tg->nr_groups * tg->threads_per_group; in parse_thread_groups()
873 int group_start = i * tg->threads_per_group; in get_cpu_thread_group_start()
875 for (j = 0; j < tg->threads_per_group; j++) { in get_cpu_thread_group_start()