Searched refs:cpus_pstate_state (Results 1 – 1 of 1) sorted by relevance
321 static u64 *cpus_pstate_state; variable388 pwr->state = cpus_pstate_state[cpu]; in p_state_end()412 cpus_pstate_state[cpu] = new_freq; in p_state_change()2002 cpus_pstate_state = calloc(MAX_CPUS, sizeof(*cpus_pstate_state)); in cmd_timechart()2003 if (!cpus_pstate_state) { in cmd_timechart()2043 zfree(&cpus_pstate_state); in cmd_timechart()