Lines Matching refs:right

285 	COL_HDR(row, size, NULL, right, 20, size)  in stats_arena_bins_print()
286 COL_HDR(row, ind, NULL, right, 4, unsigned) in stats_arena_bins_print()
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()
294 COL_HDR(row, nshards, NULL, right, 9, unsigned) in stats_arena_bins_print()
295 COL_HDR(row, curregs, NULL, right, 13, size) in stats_arena_bins_print()
296 COL_HDR(row, curslabs, NULL, right, 13, size) in stats_arena_bins_print()
297 COL_HDR(row, nonfull_slabs, NULL, right, 15, size) in stats_arena_bins_print()
298 COL_HDR(row, regs, NULL, right, 5, unsigned) in stats_arena_bins_print()
299 COL_HDR(row, pgs, NULL, right, 4, size) in stats_arena_bins_print()
301 COL_HDR(row, justify_spacer, NULL, right, 1, title) in stats_arena_bins_print()
302 COL_HDR(row, util, NULL, right, 6, title) 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()
482 COL_HDR(row, size, NULL, right, 20, size) in stats_arena_lextents_print()
483 COL_HDR(row, ind, NULL, right, 4, unsigned) in stats_arena_lextents_print()
484 COL_HDR(row, allocated, NULL, right, 13, size) in stats_arena_lextents_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()
491 COL_HDR(row, curlextents, NULL, right, 13, size) in stats_arena_lextents_print()
556 COL_HDR(row, size, NULL, right, 20, size) in stats_arena_extents_print()
557 COL_HDR(row, ind, NULL, right, 4, unsigned) in stats_arena_extents_print()
558 COL_HDR(row, ndirty, NULL, right, 13, size) in stats_arena_extents_print()
559 COL_HDR(row, dirty, NULL, right, 13, size) in stats_arena_extents_print()
560 COL_HDR(row, nmuzzy, NULL, right, 13, size) in stats_arena_extents_print()
561 COL_HDR(row, muzzy, NULL, right, 13, size) in stats_arena_extents_print()
562 COL_HDR(row, nretained, NULL, right, 13, size) in stats_arena_extents_print()
563 COL_HDR(row, retained, NULL, right, 13, size) in stats_arena_extents_print()
564 COL_HDR(row, ntotal, NULL, right, 13, size) in stats_arena_extents_print()
565 COL_HDR(row, total, NULL, right, 13, size) in stats_arena_extents_print()
737 COL(decay_row, decay_type, right, 9, title); in stats_arena_print()
740 COL(decay_row, decay_time, right, 6, title); in stats_arena_print()
743 COL(decay_row, decay_npages, right, 13, title); in stats_arena_print()
746 COL(decay_row, decay_sweeps, right, 13, title); in stats_arena_print()
749 COL(decay_row, decay_madvises, right, 13, title); in stats_arena_print()
752 COL(decay_row, decay_purged, right, 13, title); in stats_arena_print()
815 COL(alloc_count_row, count_allocated, right, 16, title); in stats_arena_print()
818 COL(alloc_count_row, count_nmalloc, right, 16, title); in stats_arena_print()
820 COL(alloc_count_row, count_nmalloc_ps, right, 8, title); in stats_arena_print()
823 COL(alloc_count_row, count_ndalloc, right, 16, title); in stats_arena_print()
825 COL(alloc_count_row, count_ndalloc_ps, right, 8, title); in stats_arena_print()
828 COL(alloc_count_row, count_nrequests, right, 16, title); in stats_arena_print()
830 COL(alloc_count_row, count_nrequests_ps, right, 10, title); in stats_arena_print()
833 COL(alloc_count_row, count_nfills, right, 16, title); in stats_arena_print()
835 COL(alloc_count_row, count_nfills_ps, right, 10, title); in stats_arena_print()
838 COL(alloc_count_row, count_nflushes, right, 16, title); in stats_arena_print()
840 COL(alloc_count_row, count_nflushes_ps, right, 10, title); in stats_arena_print()