/Linux-v5.10/tools/perf/bench/ |
D | synthesize.c | 91 update_stats(&time_stats, runtime_us); in do_run_single_threaded() 92 update_stats(&event_stats, atomic_read(&event_count)); in do_run_single_threaded() 184 update_stats(&time_stats, runtime_us); in do_run_multi_threaded() 185 update_stats(&event_stats, atomic_read(&event_count)); in do_run_multi_threaded()
|
D | futex-wake-parallel.c | 172 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()
|
D | find-bit-bench.c | 86 update_stats(&fb_time_stats, runtime_us); in do_for_each_set_bit() 100 update_stats(&tb_time_stats, runtime_us); in do_for_each_set_bit()
|
D | futex-wake.c | 188 update_stats(&wakeup_stats, nwoken); in bench_futex_wake() 189 update_stats(&waketime_stats, runtime.tv_usec); in bench_futex_wake()
|
D | futex-requeue.c | 190 update_stats(&requeued_stats, nrequeued); in bench_futex_requeue() 191 update_stats(&requeuetime_stats, runtime.tv_usec); in bench_futex_requeue()
|
D | kallsyms-parse.c | 56 update_stats(&time_stats, runtime_us); in do_kallsyms_parse()
|
D | inject-buildid.c | 418 update_stats(&time_stats, runtime_us); in do_inject_loop() 419 update_stats(&mem_stats, max_rss); in do_inject_loop()
|
D | futex-hash.c | 210 update_stats(&throughput_stats, t); in bench_futex_hash()
|
D | futex-lock-pi.c | 217 update_stats(&throughput_stats, t); in bench_futex_lock_pi()
|
/Linux-v5.10/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-v5.10/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-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.h | 69 void (*update_stats)(struct mlx5e_priv *priv); member 80 void MLX5E_STATS_GRP_OP(grp, update_stats)(struct mlx5e_priv *priv) 98 .update_stats = MLX5E_STATS_GRP_OP(grp, update_stats), \
|
/Linux-v5.10/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 171 static void update_stats(struct net_device *dev); 633 update_stats(dev); in el3_interrupt() 772 update_stats(dev); in el3_get_stats() 786 static void update_stats(struct net_device *dev) in update_stats() function 935 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 | 190 static void update_stats(struct net_device *dev); 797 update_stats(dev); in el3_interrupt() 871 update_stats(dev); in el3_get_stats() 881 static void update_stats(struct net_device *dev) in update_stats() function 1220 update_stats(dev); in el3_down()
|
D | 3c515.c | 372 static void update_stats(int addr, struct net_device *dev); 1199 update_stats(ioaddr, dev); in corkscrew_interrupt() 1433 update_stats(ioaddr, dev); in corkscrew_close() 1461 update_stats(dev->base_addr, dev); in corkscrew_get_stats() 1474 static void update_stats(int ioaddr, struct net_device *dev) in update_stats() function
|
/Linux-v5.10/samples/bpf/ |
D | sockex3_kern.c | 125 static void update_stats(struct __sk_buff *skb, struct globals *g) in update_stats() function 185 update_stats(skb, g); in parse_ip_proto()
|
/Linux-v5.10/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-v5.10/tools/perf/util/ |
D | stat.h | 153 void update_stats(struct stats *stats, u64 val);
|
D | stat.c | 18 void update_stats(struct stats *stats, u64 val) in update_stats() function 435 update_stats(&ps->res_stats[i], count[i]); in perf_stat_process_counter()
|
/Linux-v5.10/drivers/net/ethernet/sfc/ |
D | nic_common.h | 252 return efx->type->update_stats(efx, full_stats, core_stats); in efx_nic_update_stats_atomic()
|
D | efx_common.c | 557 efx->type->update_stats(efx, NULL, NULL); in efx_start_all() 575 if (efx->type->update_stats) { in efx_stop_all() 581 efx->type->update_stats(efx, NULL, NULL); in efx_stop_all()
|
/Linux-v5.10/drivers/net/wireless/intersil/p54/ |
D | p54.h | 204 bool update_stats; member
|
D | main.c | 285 priv->update_stats = true; in p54_wait_for_stats() 310 priv->update_stats = true; in p54_reset_stats()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib_vlan.c | 351 .update_stats = NULL,
|