Home
last modified time | relevance | path

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

/net/can/
Dproc.c88 can_stats->jiffies_init = jiffies; in can_init_stats()
129 if (j < can_stats->jiffies_init) in can_stat_update()
149 can_stats->total_tx_rate = calc_rate(can_stats->jiffies_init, j, in can_stat_update()
151 can_stats->total_rx_rate = calc_rate(can_stats->jiffies_init, j, in can_stat_update()
298 if (can_stats->jiffies_init != jiffies) in can_reset_stats_proc_show()
Daf_can.h82 unsigned long jiffies_init; member
Daf_can.c888 net->can.can_stats->jiffies_init = jiffies; in can_pernet_init()