Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dsmp.c709 size_t total_threads; in parse_thread_groups() local
725 total_threads = tg->nr_groups * tg->threads_per_group; in parse_thread_groups()
729 3 + total_threads); in parse_thread_groups()
735 for (i = 0 ; i < total_threads; i++) in parse_thread_groups()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv.c2743 int total_threads; member
2759 cip->total_threads = vc->num_threads; in init_core_info()
2822 cip->total_threads += vc->num_threads; in can_dynamic_split()
2838 if (cip->total_threads + pvc->num_threads > target_threads) in can_piggyback()
2888 if (cip->total_threads >= target_threads) in collect_piggybacks()