Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c825 u32 *thread_group_array; in parse_thread_groups() local
832 thread_group_array = kcalloc(count, sizeof(u32), GFP_KERNEL); in parse_thread_groups()
834 thread_group_array, count); in parse_thread_groups()
842 tg->property = thread_group_array[i]; in parse_thread_groups()
843 tg->nr_groups = thread_group_array[i + 1]; in parse_thread_groups()
844 tg->threads_per_group = thread_group_array[i + 2]; in parse_thread_groups()
847 thread_list = &thread_group_array[i + 3]; in parse_thread_groups()
857 kfree(thread_group_array); in parse_thread_groups()