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

/linux-master/arch/powerpc/kernel/
H A Dsmp.c102 unsigned int threads_per_group; member in struct:thread_groups
835 tg->threads_per_group = thread_group_array[i + 2];
836 total_threads = tg->nr_groups * tg->threads_per_group;
872 int group_start = i * tg->threads_per_group;
874 for (j = 0; j < tg->threads_per_group; j++) {

Completed in 187 milliseconds