Lines Matching refs:malloc
240 policy = malloc(sizeof(struct cpufreq_policy)); in cpufreq_get_policy()
290 current->next = malloc(sizeof(*current)); in cpufreq_get_available_governors()
295 first = malloc(sizeof(*first)); in cpufreq_get_available_governors()
303 current->governor = malloc(i - pos + 1); in cpufreq_get_available_governors()
367 current->next = malloc(sizeof(*current)); in cpufreq_get_available_frequencies()
372 first = malloc(sizeof(*first)); in cpufreq_get_available_frequencies()
423 current->next = malloc(sizeof(*current)); in cpufreq_get_boost_frequencies()
428 first = malloc(sizeof(*first)); in cpufreq_get_boost_frequencies()
498 current->next = malloc(sizeof(*current)); in sysfs_get_cpu_list()
503 first = malloc(sizeof(*first)); in sysfs_get_cpu_list()
731 current->next = malloc(sizeof(*current)); in cpufreq_get_stats()
736 first = malloc(sizeof(*first)); in cpufreq_get_stats()