Home
last modified time | relevance | path

Searched refs:jiffies_init (Results 1 – 2 of 2) sorted by relevance

/linux/net/can/
H A Dproc.c89 pkg_stats->jiffies_init = jiffies; in can_init_stats()
126 if (j < pkg_stats->jiffies_init) in can_stat_update()
146 pkg_stats->total_tx_rate = calc_rate(pkg_stats->jiffies_init, j, in can_stat_update()
148 pkg_stats->total_rx_rate = calc_rate(pkg_stats->jiffies_init, j, in can_stat_update()
284 if (pkg_stats->jiffies_init != jiffies) in can_reset_stats_proc_show()
H A Daf_can.h67 unsigned long jiffies_init; member