Home
last modified time | relevance | path

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

/kernel/
Dcpu.c1938 int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) in cpuhp_smt_disable() argument
1965 cpu_smt_control = ctrlval; in cpuhp_smt_disable()
2149 int ctrlval, ret; in __store_smt_control() local
2152 ctrlval = CPU_SMT_ENABLED; in __store_smt_control()
2154 ctrlval = CPU_SMT_DISABLED; in __store_smt_control()
2156 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2170 if (ctrlval != cpu_smt_control) { in __store_smt_control()
2171 switch (ctrlval) { in __store_smt_control()
2177 ret = cpuhp_smt_disable(ctrlval); in __store_smt_control()