Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dsmp.c100 struct thread_groups { struct
112 struct thread_groups property_tgs[MAX_THREAD_GROUP_PROPERTIES]; argument
832 struct thread_groups *tg = &tglp->property_tgs[property_idx++]; in parse_thread_groups()
867 static int get_cpu_thread_group_start(int cpu, struct thread_groups *tg) in get_cpu_thread_group_start()
886 static struct thread_groups *__init get_thread_groups(int cpu, in get_thread_groups()
892 struct thread_groups *tg = NULL; in get_thread_groups()
921 static int __init update_mask_from_threadgroup(cpumask_var_t *mask, struct thread_groups *tg, in update_mask_from_threadgroup()
948 struct thread_groups *tg = NULL; in init_thread_group_cache_map()