Home
last modified time | relevance | path

Searched refs:update_stats (Results 1 – 25 of 67) sorted by relevance

123

/Linux-v5.4/tools/perf/bench/
Dfutex-wake-parallel.c172 update_stats(&__waketime_stats, waking_worker[i].runtime.tv_usec); in print_run()
173 update_stats(&__wakeup_stats, waking_worker[i].nwoken); in print_run()
208 update_stats(&waketime_stats, waking_worker[i].runtime.tv_usec); in do_run_stats()
209 update_stats(&wakeup_stats, waking_worker[i].nwoken); in do_run_stats()
Dfutex-wake.c187 update_stats(&wakeup_stats, nwoken); in bench_futex_wake()
188 update_stats(&waketime_stats, runtime.tv_usec); in bench_futex_wake()
Dfutex-requeue.c189 update_stats(&requeued_stats, nrequeued); in bench_futex_requeue()
190 update_stats(&requeuetime_stats, runtime.tv_usec); in bench_futex_requeue()
Dfutex-hash.c208 update_stats(&throughput_stats, t); in bench_futex_hash()
Dfutex-lock-pi.c216 update_stats(&throughput_stats, t); in bench_futex_lock_pi()
Depoll-ctl.c394 update_stats(&all_stats[j], t[j]); in bench_epoll_ctl()
Depoll-wait.c524 update_stats(&throughput_stats, t); in bench_epoll_wait()
/Linux-v5.4/drivers/md/
Ddm-cache-background-tracker.c133 static void update_stats(struct background_tracker *b, struct policy_work *w, int delta) in update_stats() function
206 update_stats(b, &w->work, 1); in btracker_queue()
235 update_stats(b, &w->work, -1); in btracker_complete()
/Linux-v5.4/tools/testing/selftests/sparc64/drivers/
Dadi-test.c108 static void update_stats(struct stats * const ustats, in update_stats() function
197 update_stats(&read_stats, elapsed_time, buf_sz); in read_adi()
225 update_stats(&pread_stats, elapsed_time, buf_sz); in pread_adi()
253 update_stats(&write_stats, elapsed_time, buf_sz); in write_adi()
284 update_stats(&pwrite_stats, elapsed_time, buf_sz); in pwrite_adi()
310 update_stats(&seek_stats, end - start, 0); in seek_adi()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c1673 .update_stats = mlx5e_grp_sw_update_stats,
1680 .update_stats = mlx5e_grp_q_update_stats,
1686 .update_stats = mlx5e_grp_vnic_env_update_stats,
1693 .update_stats = mlx5e_grp_vport_update_stats,
1700 .update_stats = mlx5e_grp_802_3_update_stats,
1706 .update_stats = mlx5e_grp_2863_update_stats,
1712 .update_stats = mlx5e_grp_2819_update_stats,
1718 .update_stats = mlx5e_grp_phy_update_stats,
1724 .update_stats = mlx5e_grp_eth_ext_update_stats,
1730 .update_stats = mlx5e_grp_pcie_update_stats,
[all …]
Den_stats.h335 void (*update_stats)(struct mlx5e_priv *priv); member
/Linux-v5.4/samples/bpf/
Dsockex3_kern.c122 static void update_stats(struct __sk_buff *skb, struct globals *g) in update_stats() function
182 update_stats(skb, g); in parse_ip_proto()
/Linux-v5.4/drivers/net/ethernet/3com/
D3c589_cs.c172 static void update_stats(struct net_device *dev);
635 update_stats(dev); in el3_interrupt()
774 update_stats(dev); in el3_get_stats()
788 static void update_stats(struct net_device *dev) in update_stats() function
937 update_stats(dev); in el3_close()
D3c574_cs.c233 static void update_stats(struct net_device *dev);
810 update_stats(dev); in el3_interrupt()
941 update_stats(dev); in el3_get_stats()
951 static void update_stats(struct net_device *dev) in update_stats() function
1135 update_stats(dev); in el3_close()
D3c509.c194 static void update_stats(struct net_device *dev);
803 update_stats(dev); in el3_interrupt()
877 update_stats(dev); in el3_get_stats()
887 static void update_stats(struct net_device *dev) in update_stats() function
1227 update_stats(dev); in el3_down()
D3c515.c378 static void update_stats(int addr, struct net_device *dev);
1213 update_stats(ioaddr, dev); in corkscrew_interrupt()
1447 update_stats(ioaddr, dev); in corkscrew_close()
1475 update_stats(dev->base_addr, dev); in corkscrew_get_stats()
1488 static void update_stats(int ioaddr, struct net_device *dev) in update_stats() function
D3c59x.c773 static void update_stats(void __iomem *ioaddr, struct net_device *dev);
1982 update_stats(ioaddr, dev); in vortex_error()
2710 update_stats(ioaddr, dev); in vortex_down()
2830 update_stats(ioaddr, dev); in vortex_get_stats()
2843 static void update_stats(void __iomem *ioaddr, struct net_device *dev) in update_stats() function
2932 update_stats(ioaddr, dev); in vortex_get_ethtool_stats()
/Linux-v5.4/drivers/net/wireless/intersil/orinoco/
Dmain.c784 goto update_stats; in orinoco_rx_monitor()
791 goto update_stats; in orinoco_rx_monitor()
823 update_stats: in orinoco_rx_monitor()
842 goto update_stats; in __orinoco_ev_rx()
851 goto update_stats; in __orinoco_ev_rx()
860 goto update_stats; in __orinoco_ev_rx()
873 goto update_stats; in __orinoco_ev_rx()
889 goto update_stats; in __orinoco_ev_rx()
906 goto update_stats; in __orinoco_ev_rx()
937 update_stats: in __orinoco_ev_rx()
/Linux-v5.4/tools/perf/util/
Dstat.c18 void update_stats(struct stats *stats, u64 val) in update_stats() function
388 update_stats(&ps->res_stats[i], count[i]); in perf_stat_process_counter()
Dstat.h131 void update_stats(struct stats *stats, u64 val);
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c203 if (self->aq_fw_ops->update_stats) in aq_nic_service_task()
204 self->aq_fw_ops->update_stats(self->aq_hw); in aq_nic_service_task()
719 if (self->aq_fw_ops->update_stats) { in aq_nic_get_stats()
721 self->aq_fw_ops->update_stats(self->aq_hw); in aq_nic_get_stats()
Daq_hw.h259 int (*update_stats)(struct aq_hw_s *self); member
/Linux-v5.4/drivers/net/wireless/intersil/p54/
Dp54.h204 bool update_stats; member
Dmain.c285 priv->update_stats = true; in p54_wait_for_stats()
310 priv->update_stats = true; in p54_reset_stats()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib_vlan.c354 .update_stats = NULL,

123