Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv.c2433 int max_subcore_threads; member
2449 cip->max_subcore_threads = vc->num_threads; in init_core_info()
2501 if (n_threads < cip->max_subcore_threads) in can_dynamic_split()
2502 n_threads = cip->max_subcore_threads; in can_dynamic_split()
2505 cip->max_subcore_threads = n_threads; in can_dynamic_split()