Home
last modified time | relevance | path

Searched refs:avg_bw (Results 1 – 25 of 85) sorted by relevance

1234

/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pjlib-test/
H A Dudp_echo_srv_sync.c109 pj_highprec_t last_received, avg_bw, highest_bw; in echo_srv_common_loop() local
116 avg_bw = highest_bw = 0; in echo_srv_common_loop()
143 avg_bw = avg_bw + bw; in echo_srv_common_loop()
150 (unsigned)(avg_bw / count / 1000), in echo_srv_common_loop()
154 if (avg_bw/count > highest_bw) in echo_srv_common_loop()
155 highest_bw = avg_bw/count; in echo_srv_common_loop()
158 avg_bw = 0; in echo_srv_common_loop()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/interconnect/
H A Dtrace.h20 u32 avg_bw, u32 peak_bw),
22 TP_ARGS(p, n, i, avg_bw, peak_bw),
28 __field(u32, avg_bw)
38 __entry->avg_bw = avg_bw;
40 __entry->node_avg_bw = n->avg_bw;
48 __entry->avg_bw,
H A Dcore.c40 n->name, n->avg_bw, n->peak_bw); in icc_summary_show_one()
60 u32 avg_bw = 0, peak_bw = 0; in icc_summary_show() local
66 avg_bw = r->avg_bw; in icc_summary_show()
254 u32 avg_bw, peak_bw; in aggregate_requests() local
256 node->avg_bw = 0; in aggregate_requests()
264 avg_bw = r->avg_bw; in aggregate_requests()
267 avg_bw = 0; in aggregate_requests()
275 node->avg_bw = max(node->avg_bw, node->init_avg); in aggregate_requests()
314 *agg_avg += avg_bw; in icc_std_aggregate()
644 path->reqs[i].avg_bw = avg_bw; in icc_set_bw()
[all …]
H A Dinternal.h28 u32 avg_bw; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/interconnect/
H A Dtrace.h20 u32 avg_bw, u32 peak_bw),
22 TP_ARGS(p, n, i, avg_bw, peak_bw),
28 __field(u32, avg_bw)
38 __entry->avg_bw = avg_bw;
40 __entry->node_avg_bw = n->avg_bw;
48 __entry->avg_bw,
H A Dcore.c40 n->name, n->avg_bw, n->peak_bw); in icc_summary_show_one()
60 u32 avg_bw = 0, peak_bw = 0; in icc_summary_show() local
66 avg_bw = r->avg_bw; in icc_summary_show()
254 u32 avg_bw, peak_bw; in aggregate_requests() local
256 node->avg_bw = 0; in aggregate_requests()
264 avg_bw = r->avg_bw; in aggregate_requests()
267 avg_bw = 0; in aggregate_requests()
275 node->avg_bw = max(node->avg_bw, node->init_avg); in aggregate_requests()
314 *agg_avg += avg_bw; in icc_std_aggregate()
644 path->reqs[i].avg_bw = avg_bw; in icc_set_bw()
[all …]
H A Dinternal.h28 u32 avg_bw; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/interconnect/
H A Dtrace.h20 u32 avg_bw, u32 peak_bw),
22 TP_ARGS(p, n, i, avg_bw, peak_bw),
28 __field(u32, avg_bw)
38 __entry->avg_bw = avg_bw;
40 __entry->node_avg_bw = n->avg_bw;
48 __entry->avg_bw,
H A Dcore.c40 n->name, n->avg_bw, n->peak_bw); in icc_summary_show_one()
60 u32 avg_bw = 0, peak_bw = 0; in icc_summary_show() local
66 avg_bw = r->avg_bw; in icc_summary_show()
254 u32 avg_bw, peak_bw; in aggregate_requests() local
256 node->avg_bw = 0; in aggregate_requests()
264 avg_bw = r->avg_bw; in aggregate_requests()
267 avg_bw = 0; in aggregate_requests()
275 node->avg_bw = max(node->avg_bw, node->init_avg); in aggregate_requests()
314 *agg_avg += avg_bw; in icc_std_aggregate()
644 path->reqs[i].avg_bw = avg_bw; in icc_set_bw()
[all …]
H A Dinternal.h28 u32 avg_bw; member
/dports/net/seda/seda-release-20020712/seda/src/seda/sandStorm/lib/aSocket/test/bench/
H A Davgrate.pl46 $avg_bw[$i] = $total_bw[$i] / $num;
47 print "Node $i had $num_bw_samples[$i] samples, avg $avg_bw[$i] bytes/sec\n";
48 $thetotal += $avg_bw[$i];
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dinterconnect-provider.h64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw,
107 u32 avg_bw; member
116 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw,
132 static inline int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() argument
H A Dinterconnect.h37 u32 avg_bw; member
58 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw);
101 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dinterconnect-provider.h64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw,
107 u32 avg_bw; member
116 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw,
132 static inline int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() argument
H A Dinterconnect.h37 u32 avg_bw; member
58 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw);
101 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dinterconnect-provider.h64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw,
107 u32 avg_bw; member
116 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw,
132 static inline int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() argument
H A Dinterconnect.h37 u32 avg_bw; member
58 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw);
101 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/interconnect/qcom/
H A Dicc-rpmh.c42 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in qcom_icc_aggregate() argument
57 qn->sum_avg[i] += avg_bw; in qcom_icc_aggregate()
62 *agg_avg += avg_bw; in qcom_icc_aggregate()
94 node->avg_bw); in qcom_icc_set()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/interconnect/qcom/
H A Dicc-rpmh.c42 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in qcom_icc_aggregate() argument
57 qn->sum_avg[i] += avg_bw; in qcom_icc_aggregate()
62 *agg_avg += avg_bw; in qcom_icc_aggregate()
94 node->avg_bw); in qcom_icc_set()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/interconnect/qcom/
H A Dicc-rpmh.c42 int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in qcom_icc_aggregate() argument
57 qn->sum_avg[i] += avg_bw; in qcom_icc_aggregate()
62 *agg_avg += avg_bw; in qcom_icc_aggregate()
94 node->avg_bw); in qcom_icc_set()
/dports/benchmarks/pathrate/pathrate_2.4.1/
H A Dpathrate_rcv.c106 avg_bw, in main() local
556 avg_bw = get_avg(ord_measurs_P1+5, trains_msrd-10); in main()
562 avg_bw = get_avg(ord_measurs_P1, trains_msrd); in main()
586 if( (std_dev/avg_bw<COEF_VAR_THR) || quick_term) { in main()
593 sprintf(message,"\n\n--> Coefficient of variation: %.3f \n", std_dev/avg_bw); in main()
596 happy_end(avg_bw-bin_wd/2., avg_bw+bin_wd/2.); in main()
912 if (no_modes_P2==1 && std_dev/adr<COEF_VAR_THR && adr/avg_bw>ADR_REDCT_THR) { in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/interconnect/samsung/
H A Dexynos.c64 s32 src_freq = max(src->avg_bw, src->peak_bw) / src_priv->bus_clk_ratio; in exynos_generic_icc_set()
65 s32 dst_freq = max(dst->avg_bw, dst->peak_bw) / dst_priv->bus_clk_ratio; in exynos_generic_icc_set()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/interconnect/samsung/
H A Dexynos.c64 s32 src_freq = max(src->avg_bw, src->peak_bw) / src_priv->bus_clk_ratio; in exynos_generic_icc_set()
65 s32 dst_freq = max(dst->avg_bw, dst->peak_bw) / dst_priv->bus_clk_ratio; in exynos_generic_icc_set()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/interconnect/samsung/
H A Dexynos.c64 s32 src_freq = max(src->avg_bw, src->peak_bw) / src_priv->bus_clk_ratio; in exynos_generic_icc_set()
65 s32 dst_freq = max(dst->avg_bw, dst->peak_bw) / dst_priv->bus_clk_ratio; in exynos_generic_icc_set()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_perf.c218 u64 avg_bw; in _dpu_core_perf_crtc_update_bus() local
240 avg_bw = perf.bw_ctl; in _dpu_core_perf_crtc_update_bus()
241 do_div(avg_bw, (kms->num_paths * 1000)); /*Bps_to_icc*/ in _dpu_core_perf_crtc_update_bus()
244 icc_set_bw(kms->path[i], avg_bw, perf.max_per_pipe_ib); in _dpu_core_perf_crtc_update_bus()

1234