Lines Matching refs:uint64
287 COL_HDR(row, allocated, NULL, right, 13, uint64) in stats_arena_bins_print()
288 COL_HDR(row, nmalloc, NULL, right, 13, uint64) in stats_arena_bins_print()
289 COL_HDR(row, nmalloc_ps, "(#/sec)", right, 8, uint64) in stats_arena_bins_print()
290 COL_HDR(row, ndalloc, NULL, right, 13, uint64) in stats_arena_bins_print()
291 COL_HDR(row, ndalloc_ps, "(#/sec)", right, 8, uint64) in stats_arena_bins_print()
292 COL_HDR(row, nrequests, NULL, right, 13, uint64) in stats_arena_bins_print()
293 COL_HDR(row, nrequests_ps, "(#/sec)", right, 10, uint64) in stats_arena_bins_print()
303 COL_HDR(row, nfills, NULL, right, 13, uint64) in stats_arena_bins_print()
304 COL_HDR(row, nfills_ps, "(#/sec)", right, 8, uint64) in stats_arena_bins_print()
305 COL_HDR(row, nflushes, NULL, right, 13, uint64) in stats_arena_bins_print()
306 COL_HDR(row, nflushes_ps, "(#/sec)", right, 8, uint64) in stats_arena_bins_print()
307 COL_HDR(row, nslabs, NULL, right, 13, uint64) in stats_arena_bins_print()
308 COL_HDR(row, nreslabs, NULL, right, 13, uint64) in stats_arena_bins_print()
309 COL_HDR(row, nreslabs_ps, "(#/sec)", right, 8, uint64) in stats_arena_bins_print()
485 COL_HDR(row, nmalloc, NULL, right, 13, uint64) in stats_arena_lextents_print()
486 COL_HDR(row, nmalloc_ps, "(#/sec)", right, 8, uint64) in stats_arena_lextents_print()
487 COL_HDR(row, ndalloc, NULL, right, 13, uint64) in stats_arena_lextents_print()
488 COL_HDR(row, ndalloc_ps, "(#/sec)", right, 8, uint64) in stats_arena_lextents_print()
489 COL_HDR(row, nrequests, NULL, right, 13, uint64) in stats_arena_lextents_print()
490 COL_HDR(row, nrequests_ps, "(#/sec)", right, 8, uint64) in stats_arena_lextents_print()
863 GET_AND_EMIT_ALLOC_STAT(small, nmalloc, uint64) in stats_arena_print()
866 GET_AND_EMIT_ALLOC_STAT(small, ndalloc, uint64) in stats_arena_print()
869 GET_AND_EMIT_ALLOC_STAT(small, nrequests, uint64) in stats_arena_print()
872 GET_AND_EMIT_ALLOC_STAT(small, nfills, uint64) in stats_arena_print()
875 GET_AND_EMIT_ALLOC_STAT(small, nflushes, uint64) in stats_arena_print()
886 GET_AND_EMIT_ALLOC_STAT(large, nmalloc, uint64) in stats_arena_print()
889 GET_AND_EMIT_ALLOC_STAT(large, ndalloc, uint64) in stats_arena_print()
892 GET_AND_EMIT_ALLOC_STAT(large, nrequests, uint64) in stats_arena_print()
895 GET_AND_EMIT_ALLOC_STAT(large, nfills, uint64) in stats_arena_print()
898 GET_AND_EMIT_ALLOC_STAT(large, nflushes, uint64) in stats_arena_print()