Lines Matching refs:col_
108 col = &col_##counter_type[k_##counter_type]; \ in mutex_stats_init_cols()
133 dst = &col_##counter_type[mutex_counter_##counter]; \ in mutex_stats_read_global()
157 dst = &col_##counter_type[mutex_counter_##counter]; \ in mutex_stats_read_arena()
179 dst = &col_##counter_type[mutex_counter_##counter]; \ in mutex_stats_read_arena_bin()
208 col = &col_##type[k_##type]; \ in mutex_stats_emit()
234 emitter_col_t col_##name; \ in stats_arena_bins_print()
235 emitter_col_init(&col_##name, &row); \ in stats_arena_bins_print()
236 col_##name.justify = emitter_justify_##left_or_right; \ in stats_arena_bins_print()
237 col_##name.width = col_width; \ in stats_arena_bins_print()
238 col_##name.type = emitter_type_##etype; \ in stats_arena_bins_print()
431 emitter_col_t col_##name; \ in stats_arena_lextents_print()
432 emitter_col_init(&col_##name, &row); \ in stats_arena_lextents_print()
433 col_##name.justify = emitter_justify_##left_or_right; \ in stats_arena_lextents_print()
434 col_##name.width = col_width; \ in stats_arena_lextents_print()
435 col_##name.type = emitter_type_##etype; in stats_arena_lextents_print()