Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv.c2106 int n_thr; in can_piggyback_subcore() local
2123 n_thr = cip->subcore_threads[sub] + pvc->num_threads; in can_piggyback_subcore()
2124 if (n_thr > cip->max_subcore_threads) { in can_piggyback_subcore()
2125 if (!subcore_config_ok(cip->n_subcores, n_thr)) in can_piggyback_subcore()
2127 cip->max_subcore_threads = n_thr; in can_piggyback_subcore()
2131 cip->subcore_threads[sub] = n_thr; in can_piggyback_subcore()