Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpufreq/
Darm_big_little.c131 bL_cpufreq_set_rate(u32 cpu, u32 old_cluster, u32 new_cluster, u32 rate) in bL_cpufreq_set_rate() argument
151 __func__, cpu, old_cluster, new_cluster, new_rate); in bL_cpufreq_set_rate()
172 per_cpu(physical_cluster, cpu) = old_cluster; in bL_cpufreq_set_rate()
183 if (old_cluster != new_cluster) { in bL_cpufreq_set_rate()
185 __func__, cpu, old_cluster, new_cluster); in bL_cpufreq_set_rate()
190 mutex_lock(&cluster_lock[old_cluster]); in bL_cpufreq_set_rate()
193 new_rate = find_cluster_maxfreq(old_cluster); in bL_cpufreq_set_rate()
194 new_rate = ACTUAL_FREQ(old_cluster, new_rate); in bL_cpufreq_set_rate()
198 __func__, old_cluster, new_rate); in bL_cpufreq_set_rate()
200 if (clk_set_rate(clk[old_cluster], new_rate * 1000)) in bL_cpufreq_set_rate()
[all …]
/Linux-v5.4/fs/ocfs2/
Drefcounttree.h81 u32 cpos, u32 old_cluster,
85 u32 cpos, u32 old_cluster,
Drefcounttree.c63 u32 cpos, u32 old_cluster,
2905 u32 cpos, u32 old_cluster, in ocfs2_duplicate_clusters_by_page() argument
2917 trace_ocfs2_duplicate_clusters_by_page(cpos, old_cluster, in ocfs2_duplicate_clusters_by_page()
3000 u32 cpos, u32 old_cluster, in ocfs2_duplicate_clusters_by_jbd() argument
3007 u64 old_block = ocfs2_clusters_to_blocks(sb, old_cluster); in ocfs2_duplicate_clusters_by_jbd()
3013 trace_ocfs2_duplicate_clusters_by_page(cpos, old_cluster, in ocfs2_duplicate_clusters_by_jbd()