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

/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c665 bool force_off, force_on; member in struct:rdt_options
685 bool force_off; local
691 force_off = *tok == '!';
692 if (force_off)
696 if (force_off)
697 o->force_off = true;
718 if (o->force_off)
813 if (!rdt_options[RDT_FLAG_L3_CAT].force_off)
/linux-master/kernel/
H A Dcpu.c2881 bool force_off; local
2916 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED;
2920 else if (num_threads < orig_threads || force_off)

Completed in 150 milliseconds