Searched refs:n_thr (Results 1 – 1 of 1) sorted by relevance
2106 int n_thr; in can_piggyback_subcore() local2123 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()