Searched refs:stats_poll (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/samples/bpf/ |
D | xdp_rxq_info_user.c | 437 static void stats_poll(int interval, int action, __u32 cfg_opt) in stats_poll() function 606 stats_poll(interval, action, cfg_options); in main()
|
D | xdp_monitor_user.c | 585 static void stats_poll(int interval, bool err_only) in stats_poll() function 712 stats_poll(interval, errors_only); in main()
|
D | xdp_redirect_cpu_user.c | 565 static void stats_poll(int interval, bool use_separators, char *prog_name, in stats_poll() function 773 stats_poll(interval, use_separators, prog_name, stress_mode); in main()
|
/Linux-v5.4/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 809 struct timer_list stats_poll; member 4242 struct fe_priv *np = from_timer(np, t, stats_poll); in nv_do_stats_poll() 4253 mod_timer(&np->stats_poll, in nv_do_stats_poll() 5570 mod_timer(&np->stats_poll, in nv_open() 5600 del_timer_sync(&np->stats_poll); in nv_close() 5707 timer_setup(&np->stats_poll, nv_do_stats_poll, TIMER_DEFERRABLE); in nv_probe()
|