Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/cpu/resctrl/
Dcore.c688 bool force_off, force_on; member
708 bool force_off; in set_rdt_options() local
714 force_off = *tok == '!'; in set_rdt_options()
715 if (force_off) in set_rdt_options()
719 if (force_off) in set_rdt_options()
720 o->force_off = true; in set_rdt_options()
741 if (o->force_off) in rdt_cpu_has()
836 if (!rdt_options[RDT_FLAG_L3_CAT].force_off) in __check_quirks_intel()
/linux-6.6.21/kernel/
Dcpu.c2930 bool force_off; in __store_smt_control() local
2965 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2969 else if (num_threads < orig_threads || force_off) in __store_smt_control()