Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq.c1028 if (cpumask_test_and_set_cpu(cpu, policy->real_cpus)) in add_cpu_dev_symlink()
1226 if (!zalloc_cpumask_var(&policy->real_cpus, GFP_KERNEL)) in cpufreq_policy_alloc()
1279 free_cpumask_var(policy->real_cpus); in cpufreq_policy_alloc()
1325 free_cpumask_var(policy->real_cpus); in cpufreq_policy_free()
1531 for_each_cpu(j, policy->real_cpus) in cpufreq_online()
1660 cpumask_clear_cpu(cpu, policy->real_cpus); in cpufreq_remove_dev()
1663 if (cpumask_empty(policy->real_cpus)) { in cpufreq_remove_dev()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpufreq.h55 cpumask_var_t real_cpus; /* Related and present */ member