Home
last modified time | relevance | path

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

123

/Linux-v4.19/tools/perf/bench/
Dfutex-wake-parallel.c171 update_stats(&__waketime_stats, waking_worker[i].runtime.tv_usec); in print_run()
172 update_stats(&__wakeup_stats, waking_worker[i].nwoken); in print_run()
207 update_stats(&waketime_stats, waking_worker[i].runtime.tv_usec); in do_run_stats()
208 update_stats(&wakeup_stats, waking_worker[i].nwoken); in do_run_stats()
Dfutex-wake.c186 update_stats(&wakeup_stats, nwoken); in bench_futex_wake()
187 update_stats(&waketime_stats, runtime.tv_usec); in bench_futex_wake()
Dfutex-requeue.c188 update_stats(&requeued_stats, nrequeued); in bench_futex_requeue()
189 update_stats(&requeuetime_stats, runtime.tv_usec); in bench_futex_requeue()
Dfutex-hash.c206 update_stats(&throughput_stats, t); in bench_futex_hash()
Dfutex-lock-pi.c214 update_stats(&throughput_stats, t); in bench_futex_lock_pi()
/Linux-v4.19/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-v4.19/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-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c1303 .update_stats = mlx5e_grp_sw_update_stats,
1310 .update_stats = mlx5e_grp_q_update_stats,
1316 .update_stats = mlx5e_grp_vnic_env_update_stats,
1323 .update_stats = mlx5e_grp_vport_update_stats,
1330 .update_stats = mlx5e_grp_802_3_update_stats,
1336 .update_stats = mlx5e_grp_2863_update_stats,
1342 .update_stats = mlx5e_grp_2819_update_stats,
1348 .update_stats = mlx5e_grp_phy_update_stats,
1354 .update_stats = mlx5e_grp_eth_ext_update_stats,
1360 .update_stats = mlx5e_grp_pcie_update_stats,
[all …]
Den_stats.h270 void (*update_stats)(struct mlx5e_priv *priv); member
/Linux-v4.19/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-v4.19/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);
1984 update_stats(ioaddr, dev); in vortex_error()
2712 update_stats(ioaddr, dev); in vortex_down()
2832 update_stats(ioaddr, dev); in vortex_get_stats()
2845 static void update_stats(void __iomem *ioaddr, struct net_device *dev) in update_stats() function
2934 update_stats(ioaddr, dev); in vortex_get_ethtool_stats()
/Linux-v4.19/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-v4.19/tools/perf/util/
Dstat.h98 void update_stats(struct stats *stats, u64 val);
Dstat.c10 void update_stats(struct stats *stats, u64 val) in update_stats() function
362 update_stats(&ps->res_stats[i], count[i]); in perf_stat_process_counter()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h228 int (*update_stats)(struct aq_hw_s *self); member
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils_fw2x.c249 .update_stats = aq_fw2x_update_stats,
/Linux-v4.19/drivers/net/wireless/intersil/p54/
Dp54.h207 bool update_stats; member
Dmain.c288 priv->update_stats = true; in p54_wait_for_stats()
313 priv->update_stats = true; in p54_reset_stats()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib_vlan.c347 .update_stats = NULL,
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h352 void (*update_stats)(struct hnae3_handle *handle, member
/Linux-v4.19/drivers/net/ethernet/amd/
Dnmclan_cs.c1225 static void update_stats(unsigned int ioaddr, struct net_device *dev) in update_stats() function
1273 update_stats(dev->base_addr, dev); in mace_get_stats()

123