Searched refs:stattimer (Results 1 – 4 of 4) sorted by relevance
117 struct net *net = timer_container_of(net, t, can.stattimer); in can_stat_update()181 mod_timer(&net->can.stattimer, round_jiffies(jiffies + HZ)); in can_stat_update()232 if (net->can.stattimer.function == can_stat_update) { in can_stats_proc_show()289 if (net->can.stattimer.function == can_stat_update) { in can_reset_stats_proc_show()
814 timer_setup(&net->can.stattimer, can_stat_update, in can_pernet_init()816 mod_timer(&net->can.stattimer, in can_pernet_init()838 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.