Searched refs:can_stattimer (Results 1 – 3 of 3) sorted by relevance
120 struct net *net = from_timer(net, t, can.can_stattimer); in can_stat_update()179 mod_timer(&net->can.can_stattimer, round_jiffies(jiffies + HZ)); in can_stat_update()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()
882 timer_setup(&net->can.can_stattimer, can_stat_update, in can_pernet_init()884 mod_timer(&net->can.can_stattimer, in can_pernet_init()908 del_timer_sync(&net->can.can_stattimer); in can_pernet_exit()
33 struct timer_list can_stattimer;/* timer for statistics update */ member