Searched refs:stats_poll (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/samples/bpf/ |
D | xdp_rxq_info_user.c | 439 static void stats_poll(int interval, int action, __u32 cfg_opt) in stats_poll() function 612 stats_poll(interval, action, cfg_options); in main()
|
/linux-5.19.10/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 809 struct timer_list stats_poll; member 4276 struct fe_priv *np = from_timer(np, t, stats_poll); in nv_do_stats_poll() 4287 mod_timer(&np->stats_poll, in nv_do_stats_poll() 5610 mod_timer(&np->stats_poll, in nv_open() 5640 del_timer_sync(&np->stats_poll); in nv_close() 5748 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()
|