Searched refs:counter_type (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | stats.c | 107 #define OP(counter, counter_type, human) \ in mutex_stats_init_cols() argument 108 col = &col_##counter_type[k_##counter_type]; \ in mutex_stats_init_cols() 109 ++k_##counter_type; \ in mutex_stats_init_cols() 112 col->width = WIDTH_##counter_type; \ in mutex_stats_init_cols() 132 #define OP(counter, counter_type, human) \ in mutex_stats_read_global() argument 134 dst->type = EMITTER_TYPE_##counter_type; \ in mutex_stats_read_global() 137 CTL_GET(cmd, (counter_type *)&dst->bool_val, counter_type); in mutex_stats_read_global() 156 #define OP(counter, counter_type, human) \ in mutex_stats_read_arena() argument 158 dst->type = EMITTER_TYPE_##counter_type; \ in mutex_stats_read_arena() 162 (counter_type *)&dst->bool_val, counter_type); in mutex_stats_read_arena() [all …]
|
| /f-stack/dpdk/drivers/net/dpaa2/mc/ |
| H A D | dpdmux.c | 616 enum dpdmux_counter_type counter_type, in dpdmux_if_get_counter() argument 630 cmd_params->counter_type = counter_type; in dpdmux_if_get_counter()
|
| H A D | fsl_dpdmux_cmd.h | 154 uint8_t counter_type; member
|
| H A D | fsl_dpdmux.h | 287 enum dpdmux_counter_type counter_type,
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 544 char counter_type[MAX_STRING_LEN]; in nic_xstats_display() local 548 collectd_resolve_cnt_type(counter_type, in nic_xstats_display() 549 sizeof(counter_type), in nic_xstats_display() 553 PRIu64"\n", host_id, port_id, counter_type, in nic_xstats_display()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_stats.c | 915 uint16_t counter_type = CFA_COUNTER_CFG_IN_COUNTER_TYPE_FC; in bnxt_flow_stats_req() local 932 rc = bnxt_update_fc_tbl(bp, counter_type, in bnxt_flow_stats_req() 948 rc = bnxt_update_fc_tbl(bp, counter_type, valid_en_tbl, in bnxt_flow_stats_req()
|
| H A D | bnxt_hwrm.c | 5634 req.counter_type = rte_cpu_to_le_16(cntr); in bnxt_hwrm_cfa_counter_cfg() 5680 req.counter_type = rte_cpu_to_le_16(cntr); in bnxt_hwrm_cfa_counter_qstats()
|
| H A D | hsi_struct_def_dpdk.h | 38979 uint16_t counter_type; member 39062 uint16_t counter_type; member
|