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

/linux-master/arch/powerpc/kernel/
H A Dsmp.c816 u32 *thread_group_array; local
823 thread_group_array = kcalloc(count, sizeof(u32), GFP_KERNEL);
825 thread_group_array, count);
833 tg->property = thread_group_array[i];
834 tg->nr_groups = thread_group_array[i + 1];
835 tg->threads_per_group = thread_group_array[i + 2];
838 thread_list = &thread_group_array[i + 3];
848 kfree(thread_group_array);

Completed in 126 milliseconds