Searched refs:calc_rate (Results 1 – 1 of 1) sorted by relevance
/net/can/ |
D | proc.c | 109 static unsigned long calc_rate(unsigned long oldjif, unsigned long newjif, in calc_rate() function 158 can_stats.total_tx_rate = calc_rate(can_stats.jiffies_init, j, in can_stat_update() 160 can_stats.total_rx_rate = calc_rate(can_stats.jiffies_init, j, in can_stat_update() 169 can_stats.current_tx_rate = calc_rate(0, HZ, can_stats.tx_frames_delta); in can_stat_update() 170 can_stats.current_rx_rate = calc_rate(0, HZ, can_stats.rx_frames_delta); in can_stat_update()
|