Home
last modified time | relevance | path

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

/Linux-v4.19/net/can/
Daf_can.h116 void can_stat_update(struct timer_list *t);
Dproc.c118 void can_stat_update(struct timer_list *t) in can_stat_update() function
224 if (net->can.can_stattimer.function == can_stat_update) { in can_stats_proc_show()
281 if (net->can.can_stattimer.function == can_stat_update) { in can_reset_stats_proc_show()
Daf_can.c882 timer_setup(&net->can.can_stattimer, can_stat_update, in can_pernet_init()