/Linux-v4.19/tools/perf/bench/ |
D | futex-wake-parallel.c | 171 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()
|
D | futex-wake.c | 186 update_stats(&wakeup_stats, nwoken); in bench_futex_wake() 187 update_stats(&waketime_stats, runtime.tv_usec); in bench_futex_wake()
|
D | futex-requeue.c | 188 update_stats(&requeued_stats, nrequeued); in bench_futex_requeue() 189 update_stats(&requeuetime_stats, runtime.tv_usec); in bench_futex_requeue()
|
D | futex-hash.c | 206 update_stats(&throughput_stats, t); in bench_futex_hash()
|
D | futex-lock-pi.c | 214 update_stats(&throughput_stats, t); in bench_futex_lock_pi()
|
/Linux-v4.19/drivers/md/ |
D | dm-cache-background-tracker.c | 133 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/ |
D | adi-test.c | 108 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/ |
D | en_stats.c | 1303 .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 …]
|
D | en_stats.h | 270 void (*update_stats)(struct mlx5e_priv *priv); member
|
/Linux-v4.19/samples/bpf/ |
D | sockex3_kern.c | 122 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/ |
D | 3c589_cs.c | 172 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()
|
D | 3c574_cs.c | 233 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()
|
D | 3c509.c | 194 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()
|
D | 3c515.c | 378 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
|
D | 3c59x.c | 773 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/ |
D | main.c | 784 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/ |
D | stat.h | 98 void update_stats(struct stats *stats, u64 val);
|
D | stat.c | 10 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/ |
D | aq_hw.h | 228 int (*update_stats)(struct aq_hw_s *self); member
|
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_utils_fw2x.c | 249 .update_stats = aq_fw2x_update_stats,
|
/Linux-v4.19/drivers/net/wireless/intersil/p54/ |
D | p54.h | 207 bool update_stats; member
|
D | main.c | 288 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/ |
D | ipoib_vlan.c | 347 .update_stats = NULL,
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.h | 352 void (*update_stats)(struct hnae3_handle *handle, member
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | nmclan_cs.c | 1225 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()
|