Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dxdp_rxq_info_user.c430 static void stats_poll(int interval, int action, __u32 cfg_opt) in stats_poll() function
603 stats_poll(interval, action, cfg_options); in main()
Dxdp_monitor_user.c616 static void stats_poll(int interval, bool err_only) in stats_poll() function
781 stats_poll(interval, errors_only); in main()
Dxdp_redirect_cpu_user.c656 static void stats_poll(int interval, bool use_separators, char *prog_name, in stats_poll() function
976 stats_poll(interval, use_separators, prog_name, mprog_name, in main()
/Linux-v5.10/drivers/net/ethernet/nvidia/
Dforcedeth.c809 struct timer_list stats_poll; member
4281 struct fe_priv *np = from_timer(np, t, stats_poll); in nv_do_stats_poll()
4292 mod_timer(&np->stats_poll, in nv_do_stats_poll()
5609 mod_timer(&np->stats_poll, in nv_open()
5639 del_timer_sync(&np->stats_poll); in nv_close()
5746 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()