/linux/tools/perf/bench/ |
A 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()
|
A D | futex-wake-parallel.c | 175 update_stats(&__waketime_stats, waking_worker[i].runtime.tv_usec); in print_run() 176 update_stats(&__wakeup_stats, waking_worker[i].nwoken); in print_run() 211 update_stats(&waketime_stats, waking_worker[i].runtime.tv_usec); in do_run_stats() 212 update_stats(&wakeup_stats, waking_worker[i].nwoken); in do_run_stats()
|
A 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()
|
A D | futex-wake.c | 199 update_stats(&wakeup_stats, nwoken); in bench_futex_wake() 200 update_stats(&waketime_stats, runtime.tv_usec); in bench_futex_wake()
|
A D | futex-requeue.c | 253 update_stats(&requeued_stats, nrequeued); in bench_futex_requeue() 254 update_stats(&requeuetime_stats, runtime.tv_usec); in bench_futex_requeue()
|
A D | kallsyms-parse.c | 56 update_stats(&time_stats, runtime_us); in do_kallsyms_parse()
|
A D | inject-buildid.c | 426 update_stats(&time_stats, runtime_us); in do_inject_loop() 427 update_stats(&mem_stats, max_rss); in do_inject_loop()
|
A D | futex-hash.c | 217 update_stats(&throughput_stats, t); in bench_futex_hash()
|
A D | futex-lock-pi.c | 224 update_stats(&throughput_stats, t); in bench_futex_lock_pi()
|
A D | evlist-open-close.c | 178 update_stats(&time_stats, runtime_us); in bench_evlist_open_close__run()
|
/linux/drivers/md/ |
A 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/tools/testing/selftests/sparc64/drivers/ |
A 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/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_stats.h | 76 void (*update_stats)(struct mlx5e_priv *priv); member 87 void MLX5E_STATS_GRP_OP(grp, update_stats)(struct mlx5e_priv *priv) 105 .update_stats = MLX5E_STATS_GRP_OP(grp, update_stats), \
|
/linux/drivers/net/wireless/intersil/orinoco/ |
A 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/drivers/net/ethernet/3com/ |
A 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()
|
A D | 3c574_cs.c | 233 static void update_stats(struct net_device *dev); 809 update_stats(dev); in el3_interrupt() 940 update_stats(dev); in el3_get_stats() 950 static void update_stats(struct net_device *dev) in update_stats() function 1134 update_stats(dev); in el3_close()
|
A D | 3c509.c | 190 static void update_stats(struct net_device *dev); 795 update_stats(dev); in el3_interrupt() 869 update_stats(dev); in el3_get_stats() 879 static void update_stats(struct net_device *dev) in update_stats() function 1219 update_stats(dev); in el3_down()
|
A D | 3c515.c | 372 static void update_stats(int addr, struct net_device *dev); 1201 update_stats(ioaddr, dev); in corkscrew_interrupt() 1435 update_stats(ioaddr, dev); in corkscrew_close() 1463 update_stats(dev->base_addr, dev); in corkscrew_get_stats() 1476 static void update_stats(int ioaddr, struct net_device *dev) in update_stats() function
|
/linux/samples/bpf/ |
A 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/tools/perf/util/ |
A D | stat.c | 19 void update_stats(struct stats *stats, u64 val) in update_stats() function 455 update_stats(&ps->res_stats[i], count[i]); in perf_stat_process_counter()
|
A D | stat.h | 167 void update_stats(struct stats *stats, u64 val);
|
/linux/drivers/net/wireless/intersil/p54/ |
A D | p54.h | 204 bool update_stats; member
|
/linux/drivers/net/ethernet/sfc/ |
A D | nic_common.h | 252 return efx->type->update_stats(efx, full_stats, core_stats); in efx_nic_update_stats_atomic()
|
A 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/tools/perf/tests/ |
A D | parse-metric.c | 117 update_stats(&walltime_nsecs_stats, count); in load_runtime_stat()
|