Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_hv.c3306 int max_subcore_threads; member
3322 cip->max_subcore_threads = vc->num_threads; in init_core_info()
3373 if (n_threads < cip->max_subcore_threads) in can_dynamic_split()
3374 n_threads = cip->max_subcore_threads; in can_dynamic_split()
3377 cip->max_subcore_threads = n_threads; in can_dynamic_split()