Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dxdp_rxq_info_user.c422 static void stats_poll(int interval, int action, __u32 cfg_opt) in stats_poll() function
579 stats_poll(interval, action, cfg_options); in main()
Dxdp_redirect_cpu_user.c534 static void stats_poll(int interval, bool use_separators, int prog_num, in stats_poll() function
696 stats_poll(interval, use_separators, prog_num, stress_mode); in main()
Dxdp_monitor_user.c585 static void stats_poll(int interval, bool err_only) in stats_poll() function
712 stats_poll(interval, errors_only); in main()
/Linux-v4.19/drivers/net/ethernet/nvidia/
Dforcedeth.c806 struct timer_list stats_poll; member
4210 struct fe_priv *np = from_timer(np, t, stats_poll); in nv_do_stats_poll()
4221 mod_timer(&np->stats_poll, in nv_do_stats_poll()
5538 mod_timer(&np->stats_poll, in nv_open()
5568 del_timer_sync(&np->stats_poll); in nv_close()
5669 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()