Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/
H A Dcppc_acpi.c52 bool pending_pcc_write_cmd; /* Any pending/batched PCC write cmds? */ member
241 if (pcc_ss_data->pending_pcc_write_cmd) in send_pcc_cmd()
248 pcc_ss_data->pending_pcc_write_cmd = FALSE; in send_pcc_cmd()
1283 pcc_ss_data->pending_pcc_write_cmd = true; in cppc_set_perf()
1322 * CMD_WRITE commands by checking the pending_pcc_write_cmd. in cppc_set_perf()
1328 * pending_pcc_write_cmd to take care of the following scenario in cppc_set_perf()
1336 * pending_pcc_write_cmd can also be cleared by a different CPU, if in cppc_set_perf()
1345 if (pcc_ss_data->pending_pcc_write_cmd) in cppc_set_perf()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dcppc_acpi.c52 bool pending_pcc_write_cmd; /* Any pending/batched PCC write cmds? */ member
254 if (pcc_ss_data->pending_pcc_write_cmd) in send_pcc_cmd()
261 pcc_ss_data->pending_pcc_write_cmd = FALSE; in send_pcc_cmd()
1626 pcc_ss_data->pending_pcc_write_cmd = true; in cppc_set_perf()
1671 * CMD_WRITE commands by checking the pending_pcc_write_cmd. in cppc_set_perf()
1677 * pending_pcc_write_cmd to take care of the following scenario in cppc_set_perf()
1685 * pending_pcc_write_cmd can also be cleared by a different CPU, if in cppc_set_perf()
1694 if (pcc_ss_data->pending_pcc_write_cmd) in cppc_set_perf()

Completed in 5 milliseconds