Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dcpu.c2929 int ctrlval, ret, num_threads, orig_threads; in __store_smt_control() local
2962 orig_threads = cpu_smt_num_threads; in __store_smt_control()
2967 if (num_threads > orig_threads) in __store_smt_control()
2969 else if (num_threads < orig_threads || force_off) in __store_smt_control()