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

/linux-master/arch/powerpc/kernel/
H A Dsmp.c921 int cpu, int cpu_group_start)
936 if (i_group_start == cpu_group_start)
946 int cpu_group_start = -1, err = 0; local
959 cpu_group_start = get_cpu_thread_group_start(cpu, tg);
961 if (unlikely(cpu_group_start == -1)) {
968 update_mask_from_threadgroup(mask, tg, cpu, cpu_group_start);
972 update_mask_from_threadgroup(mask, tg, cpu, cpu_group_start);
974 update_mask_from_threadgroup(mask, tg, cpu, cpu_group_start);
920 update_mask_from_threadgroup(cpumask_var_t *mask, struct thread_groups *tg, int cpu, int cpu_group_start) argument

Completed in 118 milliseconds