Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/can/
Daf_can.h101 void can_stat_update(struct timer_list *t);
Dproc.c119 void can_stat_update(struct timer_list *t) in can_stat_update() function
225 if (net->can.stattimer.function == can_stat_update) { in can_stats_proc_show()
282 if (net->can.stattimer.function == can_stat_update) { in can_reset_stats_proc_show()
Daf_can.c810 timer_setup(&net->can.stattimer, can_stat_update, in can_pernet_init()