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

/linux-4.1.27/drivers/cpufreq/
H A Darm_big_little.c126 bL_cpufreq_set_rate(u32 cpu, u32 old_cluster, u32 new_cluster, u32 rate) bL_cpufreq_set_rate() argument
146 __func__, cpu, old_cluster, new_cluster, new_rate); bL_cpufreq_set_rate()
154 per_cpu(physical_cluster, cpu) = old_cluster; bL_cpufreq_set_rate()
165 if (old_cluster != new_cluster) { bL_cpufreq_set_rate()
167 __func__, cpu, old_cluster, new_cluster); bL_cpufreq_set_rate()
172 mutex_lock(&cluster_lock[old_cluster]); bL_cpufreq_set_rate()
175 new_rate = find_cluster_maxfreq(old_cluster); bL_cpufreq_set_rate()
176 new_rate = ACTUAL_FREQ(old_cluster, new_rate); bL_cpufreq_set_rate()
180 __func__, old_cluster, new_rate); bL_cpufreq_set_rate()
182 if (clk_set_rate(clk[old_cluster], new_rate * 1000)) bL_cpufreq_set_rate()
184 __func__, ret, old_cluster); bL_cpufreq_set_rate()
186 mutex_unlock(&cluster_lock[old_cluster]); bL_cpufreq_set_rate()
/linux-4.1.27/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,
2926 u32 cpos, u32 old_cluster, ocfs2_duplicate_clusters_by_page()
2938 trace_ocfs2_duplicate_clusters_by_page(cpos, old_cluster, ocfs2_duplicate_clusters_by_page()
3016 u32 cpos, u32 old_cluster, ocfs2_duplicate_clusters_by_jbd()
3023 u64 old_block = ocfs2_clusters_to_blocks(sb, old_cluster); ocfs2_duplicate_clusters_by_jbd()
3029 trace_ocfs2_duplicate_clusters_by_page(cpos, old_cluster, ocfs2_duplicate_clusters_by_jbd()
2924 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
3014 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 160 milliseconds