Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dnet_stats.c420 int total_count = 0; in register_prometheus_metrics() local
443 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()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_plic.c507 uint16_t *total_count = get_irq_hit_count_total(dev, local_irq); in plic_irq_handler() local
510 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() local
664 if (*total_count <= min_hit) { in cmd_stats_get()
678 shell_fprintf(sh, SHELL_NORMAL, " %5d", *total_count); in cmd_stats_get()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central_iso.c175 uint8_t total_count; in ll_cig_parameters_commit() member
419 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()
/Zephyr-latest/tests/bluetooth/audio/bap_base/src/
Dmain.c726 size_t *total_count = user_data; in test_base_subgroup_foreach_bis_subgroup_cb() local
735 *total_count += count; in test_base_subgroup_foreach_bis_subgroup_cb()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c1908 uint16_t total_count; in sdp_client_receive_ss() local
1913 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()