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

/linux-master/drivers/acpi/
H A Dcppc_acpi.c55 bool pending_pcc_write_cmd; /* Any pending/batched PCC write cmds? */ member in struct:cppc_pcc_data
264 if (pcc_ss_data->pending_pcc_write_cmd)
271 pcc_ss_data->pending_pcc_write_cmd = FALSE;
1684 pcc_ss_data->pending_pcc_write_cmd = true;
1729 * CMD_WRITE commands by checking the pending_pcc_write_cmd.
1735 * pending_pcc_write_cmd to take care of the following scenario
1743 * pending_pcc_write_cmd can also be cleared by a different CPU, if
1752 if (pcc_ss_data->pending_pcc_write_cmd)

Completed in 112 milliseconds