Home
last modified time | relevance | path

Searched refs:stats_poll (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/samples/bpf/
Dxdp_rxq_info_user.c430 static void stats_poll(int interval, int action, __u32 cfg_opt) in stats_poll() function
597 stats_poll(interval, action, cfg_options); in main()
/Linux-v5.15/drivers/net/ethernet/nvidia/
Dforcedeth.c809 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()
5604 mod_timer(&np->stats_poll, in nv_open()
5634 del_timer_sync(&np->stats_poll); in nv_close()
5741 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()