Searched refs:agg_avg (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | interconnect-provider.h | 65 u32 peak_bw, u32 *agg_avg, u32 *agg_peak); 118 u32 peak_bw, u32 *agg_avg, u32 *agg_peak); 137 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in icc_std_aggregate() argument
|
| /linux/drivers/interconnect/qcom/ |
| H A D | bcm-voter.c | 95 u64 agg_avg[QCOM_ICC_NUM_BUCKETS] = {0}; in bcm_aggregate() local 104 agg_avg[bucket] = max(agg_avg[bucket], temp); in bcm_aggregate() 111 temp = agg_avg[bucket] * bcm->vote_scale; in bcm_aggregate()
|
| H A D | icc-rpmh.h | 160 u32 peak_bw, u32 *agg_avg, u32 *agg_peak);
|
| H A D | icc-rpmh.c | 85 u32 peak_bw, u32 *agg_avg, u32 *agg_peak) in qcom_icc_aggregate() argument 107 *agg_avg += avg_bw; in qcom_icc_aggregate()
|