Searched refs:rd_bandwidth (Results 1 – 4 of 4) sorted by relevance
241 uint32_t rd_bandwidth, wr_bandwidth, cycle_cnt; in rve_get_monitor_info() local249 rd_bandwidth = rve_read(RVE_SWCFG37_MONITOR_INFO3, scheduler); in rve_get_monitor_info()260 pid_info[i].last_job_rd_bandwidth = rd_bandwidth; in rve_get_monitor_info()269 rd_bandwidth, wr_bandwidth, cycle_cnt); in rve_get_monitor_info()271 scheduler->session.rd_bandwidth += rd_bandwidth; in rve_get_monitor_info()
198 uint32_t rd_bandwidth, wr_bandwidth, cycle_cnt; in rve_scheduler_show() local210 rd_bandwidth = scheduler->session.rd_bandwidth; in rve_scheduler_show()221 rd_bandwidth, wr_bandwidth); in rve_scheduler_show()
70 scheduler->session.rd_bandwidth = 0; in hrtimer_handler()
179 uint32_t rd_bandwidth; member