Home
last modified time | relevance | path

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

/linux/net/can/
H A Daf_can.h101 void can_stat_update(struct timer_list *t);
H A Dproc.c105 /* see can_stat_update() - this should NEVER happen! */ in calc_rate()
115 void can_stat_update(struct timer_list *t) in can_stat_update() function
231 if (net->can.stattimer.function == can_stat_update) { in can_stats_proc_show()
288 if (net->can.stattimer.function == can_stat_update) { in can_reset_stats_proc_show()
H A Daf_can.c804 timer_setup(&net->can.stattimer, can_stat_update, in can_pernet_init()