Searched refs:stattimer (Results 1 – 4 of 4) sorted by relevance
117 struct net *net = from_timer(net, t, can.stattimer); in can_stat_update()181 mod_timer(&net->can.stattimer, round_jiffies(jiffies + HZ)); in can_stat_update()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()
804 timer_setup(&net->can.stattimer, can_stat_update, in can_pernet_init()806 mod_timer(&net->can.stattimer, in can_pernet_init()828 timer_delete_sync(&net->can.stattimer); in can_pernet_exit()
33 struct timer_list stattimer; /* timer for statistics update */ member
1030 disabled by using stattimer=0 on the module commandline.