stats_poll        809 drivers/net/ethernet/nvidia/forcedeth.c 	struct timer_list stats_poll;
stats_poll       4242 drivers/net/ethernet/nvidia/forcedeth.c 	struct fe_priv *np = from_timer(np, t, stats_poll);
stats_poll       4253 drivers/net/ethernet/nvidia/forcedeth.c 		mod_timer(&np->stats_poll,
stats_poll       5570 drivers/net/ethernet/nvidia/forcedeth.c 		mod_timer(&np->stats_poll,
stats_poll       5600 drivers/net/ethernet/nvidia/forcedeth.c 	del_timer_sync(&np->stats_poll);
stats_poll       5707 drivers/net/ethernet/nvidia/forcedeth.c 	timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE);
stats_poll        712 samples/bpf/xdp_monitor_user.c 	stats_poll(interval, errors_only);
stats_poll        824 samples/bpf/xdp_redirect_cpu_user.c 	stats_poll(interval, use_separators, prog_name, stress_mode);
stats_poll        606 samples/bpf/xdp_rxq_info_user.c 	stats_poll(interval, action, cfg_options);