Searched refs:stats_poll (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/samples/bpf/ |
D | xdp_rxq_info_user.c | 422 static void stats_poll(int interval, int action, __u32 cfg_opt) in stats_poll() function 579 stats_poll(interval, action, cfg_options); in main()
|
D | xdp_redirect_cpu_user.c | 534 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()
|
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()
|
/Linux-v4.19/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 806 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()
|