Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dcore.c737 bool force_off, force_on; member
757 bool force_off; in set_rdt_options() local
763 force_off = *tok == '!'; in set_rdt_options()
764 if (force_off) in set_rdt_options()
768 if (force_off) in set_rdt_options()
769 o->force_off = true; in set_rdt_options()
790 if (o->force_off) in rdt_cpu_has()
900 if (!rdt_options[RDT_FLAG_L3_CAT].force_off) in __check_quirks_intel()
/linux-6.15/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1181 goto force_off; in a6xx_gmu_shutdown()
1190 goto force_off; in a6xx_gmu_shutdown()
1197 goto force_off; in a6xx_gmu_shutdown()
1228 force_off: in a6xx_gmu_shutdown()
/linux-6.15/kernel/
H A Dcpu.c2913 bool force_off; in __store_smt_control() local
2948 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2952 else if (num_threads < orig_threads || force_off) in __store_smt_control()