Searched refs:total_count (Results 1 – 5 of 5) sorted by relevance
420 int total_count = 0; in register_prometheus_metrics() local443 total_count++; in register_prometheus_metrics()453 total_count++; in register_prometheus_metrics()463 total_count++; in register_prometheus_metrics()473 total_count++; in register_prometheus_metrics()476 NET_DBG("Registered %d metrics for interface %d", total_count, in register_prometheus_metrics()
507 uint16_t *total_count = get_irq_hit_count_total(dev, local_irq); in plic_irq_handler() local510 if (*total_count < __UINT16_MAX__) { in plic_irq_handler()513 (*total_count)++; in plic_irq_handler()662 uint16_t *total_count = get_irq_hit_count_total(dev, i); in cmd_stats_get() local664 if (*total_count <= min_hit) { in cmd_stats_get()678 shell_fprintf(sh, SHELL_NORMAL, " %5d", *total_count); in cmd_stats_get()
175 uint8_t total_count; in ll_cig_parameters_commit() member419 se[i].total_count = MAX((cis->central.c_rtn + 1) * cis->lll.tx.bn, in ll_cig_parameters_commit()435 total_time += se[i].total_count * se[i].length; in ll_cig_parameters_commit()491 cis->lll.nse = DIV_ROUND_UP(se[i].total_count, cis->lll.tx.ft); in ll_cig_parameters_commit()
726 size_t *total_count = user_data; in test_base_subgroup_foreach_bis_subgroup_cb() local735 *total_count += count; in test_base_subgroup_foreach_bis_subgroup_cb()
1908 uint16_t total_count; in sdp_client_receive_ss() local1913 if (buf->len < sizeof(total_count)) { in sdp_client_receive_ss()1919 total_count = net_buf_pull_be16(buf); in sdp_client_receive_ss()1930 if (current_count > total_count) { in sdp_client_receive_ss()1936 if ((received_count + current_count) > total_count) { in sdp_client_receive_ss()