Searched refs:ctrlval (Results 1 – 1 of 1) sorted by relevance
2305 int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) in cpuhp_smt_disable() argument2317 if (ctrlval == CPU_SMT_ENABLED && cpu_smt_thread_allowed(cpu)) in cpuhp_smt_disable()2338 cpu_smt_control = ctrlval; in cpuhp_smt_disable()2537 int ctrlval, ret; in __store_smt_control() local2540 ctrlval = CPU_SMT_ENABLED; in __store_smt_control()2542 ctrlval = CPU_SMT_DISABLED; in __store_smt_control()2544 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()2558 if (ctrlval != cpu_smt_control) { in __store_smt_control()2559 switch (ctrlval) { in __store_smt_control()2565 ret = cpuhp_smt_disable(ctrlval); in __store_smt_control()