Searched refs:thread_group_array (Results 1 – 1 of 1) sorted by relevance
833 u32 *thread_group_array; in parse_thread_groups() local840 thread_group_array = kcalloc(count, sizeof(u32), GFP_KERNEL); in parse_thread_groups()842 thread_group_array, count); in parse_thread_groups()850 tg->property = thread_group_array[i]; in parse_thread_groups()851 tg->nr_groups = thread_group_array[i + 1]; in parse_thread_groups()852 tg->threads_per_group = thread_group_array[i + 2]; in parse_thread_groups()855 thread_list = &thread_group_array[i + 3]; in parse_thread_groups()865 kfree(thread_group_array); in parse_thread_groups()