Searched refs:counter_type (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/jemalloc/src/ |
| H A D | stats.c | 128 #define OP(counter, counter_type, human, derived, base_counter) \ in mutex_stats_init_cols() 129 col = &col_##counter_type[k_##counter_type]; \ in mutex_stats_init_cols() 130 ++k_##counter_type; \ in mutex_stats_init_cols() 133 col->width = derived ? 8 : WIDTH_##counter_type; \ in mutex_stats_init_cols() 157 #define OP(counter, counter_type, human, derived, base_counter) \ in mutex_stats_read_global() 158 dst = &col_##counter_type[mutex_counter_##counter]; \ in mutex_stats_read_global() 159 dst->type = EMITTER_TYPE_##counter_type; \ in mutex_stats_read_global() 162 (counter_type *)&dst->bool_val, counter_type); \ in mutex_stats_read_global() 121 OP(counter,counter_type,human,derived,base_counter) mutex_stats_init_cols() argument 148 OP(counter,counter_type,human,derived,base_counter) mutex_stats_read_global() argument 178 OP(counter,counter_type,human,derived,base_counter) mutex_stats_read_arena() argument 205 OP(counter,counter_type,human,derived,base_counter) mutex_stats_read_arena_bin() argument [all...] |
| /freebsd/contrib/tcpdump/ |
| H A D | print-sflow.c | 486 u_int counter_type; in sflow_print_counter_records() local 502 counter_type = enterprise & 0x0FFF; in sflow_print_counter_records() 507 (enterprise == 0) ? tok2str(sflow_counter_type_values,"Unknown",counter_type) : "Unknown", in sflow_print_counter_records() 508 counter_type, in sflow_print_counter_records() 517 switch (counter_type) { in sflow_print_counter_records()
|
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | hsi_struct_def.h | 52333 uint16_t counter_type; member 52427 uint16_t counter_type; member 52501 uint16_t counter_type; member
|