Home
last modified time | relevance | path

Searched refs:us2e_freq_table (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dsparc-us2e-cpufreq.c28 static struct us2e_freq_percpu_info *us2e_freq_table; variable
277 &us2e_freq_table[cpu].table[0]; in us2e_freq_cpu_init()
327 us2e_freq_table = kzalloc(NR_CPUS * sizeof(*us2e_freq_table), in us2e_freq_init()
329 if (!us2e_freq_table) in us2e_freq_init()
334 kfree(us2e_freq_table); in us2e_freq_init()
345 kfree(us2e_freq_table); in us2e_freq_exit()