Searched refs:stats_poll (Results 1 – 1 of 1) sorted by relevance
806 struct timer_list stats_poll; member4203 mod_timer(&np->stats_poll, in nv_do_stats_poll()5503 mod_timer(&np->stats_poll, in nv_open()5533 del_timer_sync(&np->stats_poll); in nv_close()5638 init_timer_deferrable(&np->stats_poll); in nv_probe()5639 np->stats_poll.data = (unsigned long) dev; in nv_probe()5640 np->stats_poll.function = nv_do_stats_poll; /* timer handler */ in nv_probe()