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()176 mod_timer(&net->can.stattimer, round_jiffies(jiffies + HZ)); in can_stat_update()223 if (net->can.stattimer.function == can_stat_update) { in can_stats_proc_show()280 if (net->can.stattimer.function == can_stat_update) { in can_reset_stats_proc_show()
810 timer_setup(&net->can.stattimer, can_stat_update, in can_pernet_init()812 mod_timer(&net->can.stattimer, in can_pernet_init()834 del_timer_sync(&net->can.stattimer); in can_pernet_exit()
32 struct timer_list stattimer; /* timer for statistics update */ member
1028 disabled by using stattimer=0 on the module commandline.
Completed in 22 milliseconds