Searched refs:target_threads (Results 1 – 1 of 1) sorted by relevance
2144 int target_threads) in can_piggyback() argument2148 if (cip->total_threads + pvc->num_threads > target_threads) in can_piggyback()2180 static void collect_piggybacks(struct core_info *cip, int target_threads) in collect_piggybacks() argument2199 if (!can_piggyback(pvc, cip, target_threads)) { in collect_piggybacks()2205 if (cip->total_threads >= target_threads) in collect_piggybacks()2286 int target_threads; in kvmppc_run_core() local2326 target_threads = threads_per_subcore; in kvmppc_run_core()2327 if (target_smt_mode && target_smt_mode < target_threads) in kvmppc_run_core()2328 target_threads = target_smt_mode; in kvmppc_run_core()2329 if (vc->num_threads < target_threads) in kvmppc_run_core()[all …]