Lines Matching refs:force
45 bool force; member
53 int state, bool force, bool direct);
962 int state, bool force) in acpi_processor_set_throttling_fadt() argument
977 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_fadt()
1035 int state, bool force) in acpi_processor_set_throttling_ptc() argument
1049 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_ptc()
1071 arg->target_state, arg->force); in acpi_processor_throttling_fn()
1075 int state, bool force, bool direct) in __acpi_processor_set_throttling() argument
1123 arg.force = force; in __acpi_processor_set_throttling()
1157 arg.force = force; in __acpi_processor_set_throttling()
1178 bool force) in acpi_processor_set_throttling() argument
1180 return __acpi_processor_set_throttling(pr, state, force, false); in acpi_processor_set_throttling()