Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Dcore.c823 bool force_off, force_on; member
843 bool force_off; in set_rdt_options() local
849 force_off = *tok == '!'; in set_rdt_options()
850 if (force_off) in set_rdt_options()
854 if (force_off) in set_rdt_options()
855 o->force_off = true; in set_rdt_options()
876 if (o->force_off) in rdt_cpu_has()
971 if (!rdt_options[RDT_FLAG_L3_CAT].force_off) in __check_quirks_intel()
/linux-6.12.1/kernel/
Dcpu.c2918 bool force_off; in __store_smt_control() local
2953 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2957 else if (num_threads < orig_threads || force_off) in __store_smt_control()