Home
last modified time | relevance | path

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

/net/can/
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()
Daf_can.h67 unsigned long jiffies_init; member
Daf_can.c815 net->can.pkg_stats->jiffies_init = jiffies; in can_pernet_init()