Home
last modified time | relevance | path

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

/openbmc/linux/net/can/
H A Daf_can.h101 void can_stat_update(struct timer_list *t);
H A Dproc.c115 void can_stat_update(struct timer_list *t) in can_stat_update() function
223 if (net->can.stattimer.function == can_stat_update) { in can_stats_proc_show()
280 if (net->can.stattimer.function == can_stat_update) { in can_reset_stats_proc_show()
H A Daf_can.c802 timer_setup(&net->can.stattimer, can_stat_update, in can_pernet_init()