Lines Matching refs:force
45 bool force; member
53 int state, bool force, bool direct);
955 int state, bool force) in acpi_processor_set_throttling_fadt() argument
970 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_fadt()
1028 int state, bool force) in acpi_processor_set_throttling_ptc() argument
1042 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_ptc()
1064 arg->target_state, arg->force); in acpi_processor_throttling_fn()
1068 int state, bool force, bool direct) in __acpi_processor_set_throttling() argument
1116 arg.force = force; in __acpi_processor_set_throttling()
1150 arg.force = force; in __acpi_processor_set_throttling()
1171 bool force) in acpi_processor_set_throttling() argument
1173 return __acpi_processor_set_throttling(pr, state, force, false); in acpi_processor_set_throttling()