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

/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c678 bool force_off, force_on; member in struct:rdt_options
698 bool force_off; local
704 force_off = *tok == '!';
705 if (force_off)
709 if (force_off)
710 o->force_off = true;
731 if (o->force_off)
826 if (!rdt_options[RDT_FLAG_L3_CAT].force_off)
/linux-master/kernel/
H A Dcpu.c2929 bool force_off; local
2964 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED;
2968 else if (num_threads < orig_threads || force_off)

Completed in 143 milliseconds