Searched refs:old_cluster (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/cpufreq/ |
D | arm_big_little.c | 126 bL_cpufreq_set_rate(u32 cpu, u32 old_cluster, u32 new_cluster, u32 rate) in bL_cpufreq_set_rate() argument 146 __func__, cpu, old_cluster, new_cluster, new_rate); in bL_cpufreq_set_rate() 154 per_cpu(physical_cluster, cpu) = old_cluster; in bL_cpufreq_set_rate() 165 if (old_cluster != new_cluster) { in bL_cpufreq_set_rate() 167 __func__, cpu, old_cluster, new_cluster); in bL_cpufreq_set_rate() 172 mutex_lock(&cluster_lock[old_cluster]); in bL_cpufreq_set_rate() 175 new_rate = find_cluster_maxfreq(old_cluster); in bL_cpufreq_set_rate() 176 new_rate = ACTUAL_FREQ(old_cluster, new_rate); in bL_cpufreq_set_rate() 180 __func__, old_cluster, new_rate); in bL_cpufreq_set_rate() 182 if (clk_set_rate(clk[old_cluster], new_rate * 1000)) in bL_cpufreq_set_rate() [all …]
|
/linux-4.1.27/fs/ocfs2/ |
D | refcounttree.h | 89 u32 cpos, u32 old_cluster, 93 u32 cpos, u32 old_cluster,
|
D | refcounttree.c | 70 u32 cpos, u32 old_cluster, 2926 u32 cpos, u32 old_cluster, in ocfs2_duplicate_clusters_by_page() argument 2938 trace_ocfs2_duplicate_clusters_by_page(cpos, old_cluster, in ocfs2_duplicate_clusters_by_page() 3016 u32 cpos, u32 old_cluster, in ocfs2_duplicate_clusters_by_jbd() argument 3023 u64 old_block = ocfs2_clusters_to_blocks(sb, old_cluster); in ocfs2_duplicate_clusters_by_jbd() 3029 trace_ocfs2_duplicate_clusters_by_page(cpos, old_cluster, in ocfs2_duplicate_clusters_by_jbd()
|