Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv.c2790 int max_subcore_threads; member
2806 cip->max_subcore_threads = vc->num_threads; in init_core_info()
2862 if (n_threads < cip->max_subcore_threads) in can_dynamic_split()
2863 n_threads = cip->max_subcore_threads; in can_dynamic_split()
2866 cip->max_subcore_threads = n_threads; in can_dynamic_split()