/kernel/linux/linux-5.10/tools/perf/bench/ |
H 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()
|
H A 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()
|
H 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()
|
H A 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()
|
H A 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()
|
H A D | kallsyms-parse.c | 56 update_stats(&time_stats, runtime_us); in do_kallsyms_parse()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H 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()
|
H A D | futex-wake-parallel.c | 193 update_stats(&__waketime_stats, waking_worker[i].runtime.tv_usec); in print_run() 194 update_stats(&__wakeup_stats, waking_worker[i].nwoken); in print_run() 229 update_stats(&waketime_stats, waking_worker[i].runtime.tv_usec); in do_run_stats() 230 update_stats(&wakeup_stats, waking_worker[i].nwoken); in do_run_stats()
|
H A D | find-bit-bench.c | 88 update_stats(&fb_time_stats, runtime_us); in do_for_each_set_bit() 104 update_stats(&tb_time_stats, runtime_us); in do_for_each_set_bit()
|
H A D | futex-wake.c | 211 update_stats(&wakeup_stats, nwoken); in bench_futex_wake() 212 update_stats(&waketime_stats, runtime.tv_usec); in bench_futex_wake()
|
H A D | kallsyms-parse.c | 56 update_stats(&time_stats, runtime_us); in do_kallsyms_parse()
|
H A D | futex-requeue.c | 266 update_stats(&requeued_stats, nrequeued); in bench_futex_requeue() 267 update_stats(&requeuetime_stats, runtime.tv_usec); in bench_futex_requeue()
|
/kernel/linux/linux-5.10/drivers/md/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-cache-background-tracker.c | 142 static void update_stats(struct background_tracker *b, struct policy_work *w, int delta) in update_stats() function 215 update_stats(b, &w->work, 1); in btracker_queue() 244 update_stats(b, &w->work, -1); in btracker_complete()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | stat.h | 122 void update_stats(struct stats *stats, u64 val); 144 update_stats(&ru_stats->ru_utime_usec_stat, in update_rusage_stats() 146 update_stats(&ru_stats->ru_stime_usec_stat, in update_rusage_stats()
|
/kernel/linux/linux-5.10/tools/testing/selftests/sparc64/drivers/ |
H 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/sparc64/drivers/ |
H A D | adi-test.c | 104 static void update_stats(struct stats * const ustats, in update_stats() function 193 update_stats(&read_stats, elapsed_time, buf_sz); in read_adi() 221 update_stats(&pread_stats, elapsed_time, buf_sz); in pread_adi() 249 update_stats(&write_stats, elapsed_time, buf_sz); in write_adi() 280 update_stats(&pwrite_stats, elapsed_time, buf_sz); in pwrite_adi() 306 update_stats(&seek_stats, end - start, 0); in seek_adi()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A 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), \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H 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), \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 171 static void update_stats(struct net_device *dev); 642 update_stats(dev); in el3_interrupt() 781 update_stats(dev); in el3_get_stats() 795 static void update_stats(struct net_device *dev) in update_stats() function 944 update_stats(dev); in el3_close()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 171 static void update_stats(struct net_device *dev); 642 update_stats(dev); in el3_interrupt() 781 update_stats(dev); in el3_get_stats() 795 static void update_stats(struct net_device *dev) in update_stats() function 944 update_stats(dev); in el3_close()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H 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() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H 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() [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H 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()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | sockex3_kern.c | 90 static void update_stats(struct __sk_buff *skb, struct globals *g) in update_stats() function 150 update_stats(skb, g); in parse_ip_proto()
|