Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv.c80 static int target_smt_mode; variable
81 module_param(target_smt_mode, int, S_IRUGO | S_IWUSR);
82 MODULE_PARM_DESC(target_smt_mode, "Target threads per core (0 = max)");
2327 if (target_smt_mode && target_smt_mode < target_threads) in kvmppc_run_core()
2328 target_threads = target_smt_mode; in kvmppc_run_core()