Home
last modified time | relevance | path

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

1234

/Linux-v5.10/tools/perf/bench/
Dsynthesize.c91 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()
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()
Dfind-bit-bench.c86 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()
Dfutex-wake.c188 update_stats(&wakeup_stats, nwoken); in bench_futex_wake()
189 update_stats(&waketime_stats, runtime.tv_usec); in bench_futex_wake()
Dfutex-requeue.c190 update_stats(&requeued_stats, nrequeued); in bench_futex_requeue()
191 update_stats(&requeuetime_stats, runtime.tv_usec); in bench_futex_requeue()
Dkallsyms-parse.c56 update_stats(&time_stats, runtime_us); in do_kallsyms_parse()
Dinject-buildid.c418 update_stats(&time_stats, runtime_us); in do_inject_loop()
419 update_stats(&mem_stats, max_rss); in do_inject_loop()
Dfutex-hash.c210 update_stats(&throughput_stats, t); in bench_futex_hash()
Dfutex-lock-pi.c217 update_stats(&throughput_stats, t); in bench_futex_lock_pi()
/Linux-v5.10/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.10/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.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.h69 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/
D3c589_cs.c171 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()
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.c190 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()
D3c515.c372 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/
Dsockex3_kern.c125 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/
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.10/tools/perf/util/
Dstat.h153 void update_stats(struct stats *stats, u64 val);
Dstat.c18 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/
Dnic_common.h252 return efx->type->update_stats(efx, full_stats, core_stats); in efx_nic_update_stats_atomic()
Defx_common.c557 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/
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.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib_vlan.c351 .update_stats = NULL,

1234