HomeSort by: relevance | last modified time | path
    Searched defs:cs_state_max (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/acpi/
acpi_cpu_cstate.c 70 static int cs_state_max = ACPI_STATE_C3; variable in typeref:typename:int
72 static int cs_state_max = ACPI_STATE_C1; variable in typeref:typename:int
626 for (i = cs_state_max; i > 0; i--) {
acpi_cpu_cstate.c 70 static int cs_state_max = ACPI_STATE_C3; variable in typeref:typename:int
72 static int cs_state_max = ACPI_STATE_C1; variable in typeref:typename:int
626 for (i = cs_state_max; i > 0; i--) {
acpi_cpu_cstate.c 70 static int cs_state_max = ACPI_STATE_C3; variable in typeref:typename:int
72 static int cs_state_max = ACPI_STATE_C1; variable in typeref:typename:int
626 for (i = cs_state_max; i > 0; i--) {

Completed in 33 milliseconds