Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Darm_big_little.c129 bL_cpufreq_set_rate(u32 cpu, u32 old_cluster, u32 new_cluster, u32 rate) in bL_cpufreq_set_rate() argument
149 __func__, cpu, old_cluster, new_cluster, new_rate); in bL_cpufreq_set_rate()
170 per_cpu(physical_cluster, cpu) = old_cluster; in bL_cpufreq_set_rate()
181 if (old_cluster != new_cluster) { in bL_cpufreq_set_rate()
183 __func__, cpu, old_cluster, new_cluster); in bL_cpufreq_set_rate()
188 mutex_lock(&cluster_lock[old_cluster]); in bL_cpufreq_set_rate()
191 new_rate = find_cluster_maxfreq(old_cluster); in bL_cpufreq_set_rate()
192 new_rate = ACTUAL_FREQ(old_cluster, new_rate); in bL_cpufreq_set_rate()
196 __func__, old_cluster, new_rate); in bL_cpufreq_set_rate()
198 if (clk_set_rate(clk[old_cluster], new_rate * 1000)) in bL_cpufreq_set_rate()
[all …]
/linux-4.4.14/fs/ocfs2/
Drefcounttree.h89 u32 cpos, u32 old_cluster,
93 u32 cpos, u32 old_cluster,
Drefcounttree.c70 u32 cpos, u32 old_cluster,
2915 u32 cpos, u32 old_cluster, in ocfs2_duplicate_clusters_by_page() argument
2927 trace_ocfs2_duplicate_clusters_by_page(cpos, old_cluster, in ocfs2_duplicate_clusters_by_page()
3002 u32 cpos, u32 old_cluster, in ocfs2_duplicate_clusters_by_jbd() argument
3009 u64 old_block = ocfs2_clusters_to_blocks(sb, old_cluster); in ocfs2_duplicate_clusters_by_jbd()
3015 trace_ocfs2_duplicate_clusters_by_page(cpos, old_cluster, in ocfs2_duplicate_clusters_by_jbd()