Lines Matching refs:rate_per_second
56 rate_per_second(uint64_t value, uint64_t uptime_ns) { in rate_per_second() function
157 dst->counter_type##_val = rate_per_second(base->counter_type##_val, uptime); \ in mutex_stats_read_global()
187 dst->counter_type##_val = rate_per_second(base->counter_type##_val, uptime); \ in mutex_stats_read_arena()
215 dst->counter_type##_val = rate_per_second(base->counter_type##_val, uptime); \ in mutex_stats_read_arena_bin()
435 col_nmalloc_ps.uint64_val = rate_per_second(nmalloc, uptime); in stats_arena_bins_print()
437 col_ndalloc_ps.uint64_val = rate_per_second(ndalloc, uptime); in stats_arena_bins_print()
439 col_nrequests_ps.uint64_val = rate_per_second(nrequests, uptime); in stats_arena_bins_print()
448 col_nfills_ps.uint64_val = rate_per_second(nfills, uptime); in stats_arena_bins_print()
450 col_nflushes_ps.uint64_val = rate_per_second(nflushes, uptime); in stats_arena_bins_print()
453 col_nreslabs_ps.uint64_val = rate_per_second(nreslabs, uptime); in stats_arena_bins_print()
530 col_nmalloc_ps.uint64_val = rate_per_second(nmalloc, uptime); in stats_arena_lextents_print()
532 col_ndalloc_ps.uint64_val = rate_per_second(ndalloc, uptime); in stats_arena_lextents_print()
534 col_nrequests_ps.uint64_val = rate_per_second(nrequests, uptime); in stats_arena_lextents_print()
865 rate_per_second(col_count_nmalloc.uint64_val, uptime); in stats_arena_print()
868 rate_per_second(col_count_ndalloc.uint64_val, uptime); in stats_arena_print()
871 rate_per_second(col_count_nrequests.uint64_val, uptime); in stats_arena_print()
874 rate_per_second(col_count_nfills.uint64_val, uptime); in stats_arena_print()
877 rate_per_second(col_count_nflushes.uint64_val, uptime); in stats_arena_print()
888 rate_per_second(col_count_nmalloc.uint64_val, uptime); in stats_arena_print()
891 rate_per_second(col_count_ndalloc.uint64_val, uptime); in stats_arena_print()
894 rate_per_second(col_count_nrequests.uint64_val, uptime); in stats_arena_print()
897 rate_per_second(col_count_nfills.uint64_val, uptime); in stats_arena_print()
900 rate_per_second(col_count_nflushes.uint64_val, uptime); in stats_arena_print()
916 rate_per_second(col_count_nmalloc.uint64_val, uptime); in stats_arena_print()
918 rate_per_second(col_count_ndalloc.uint64_val, uptime); in stats_arena_print()
920 rate_per_second(col_count_nrequests.uint64_val, uptime); in stats_arena_print()
922 rate_per_second(col_count_nfills.uint64_val, uptime); in stats_arena_print()
924 rate_per_second(col_count_nflushes.uint64_val, uptime); in stats_arena_print()