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

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

Completed in 98 milliseconds