Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c813 bool force_off, force_on; member
835 bool force_off; in set_rdt_options() local
841 force_off = *tok == '!'; in set_rdt_options()
842 if (force_off) in set_rdt_options()
844 if (intel_handle_aet_option(force_off, tok)) in set_rdt_options()
848 if (force_off) in set_rdt_options()
849 o->force_off = true; in set_rdt_options()
870 if (o->force_off) in rdt_cpu_has()
992 if (!rdt_options[RDT_FLAG_L3_CAT].force_off) in __check_quirks_intel()
H A Dinternal.h242 bool intel_handle_aet_option(bool force_off, char *tok);
253 static inline bool intel_handle_aet_option(bool force_off, char *tok) { return false; } in intel_handle_aet_option() argument
/linux/kernel/
H A Dcpu.c2902 bool force_off; in cpu_smt_num_threads_valid()
2937 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2941 else if (num_threads < orig_threads || force_off) in __store_smt_control()
2913 bool force_off; __store_smt_control() local