Searched refs:total_cnt (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/tests/subsys/logging/log_benchmark/src/ |
D | main.c | 105 int total_cnt = 0; in ZTEST() local 107 TEST_LOG_CAPACITY(0, total_cnt, 1); in ZTEST() 108 TEST_LOG_CAPACITY(1, total_cnt, 1); in ZTEST() 109 TEST_LOG_CAPACITY(2, total_cnt, 1); in ZTEST() 110 TEST_LOG_CAPACITY(3, total_cnt, 1); in ZTEST() 111 TEST_LOG_CAPACITY(4, total_cnt, 1); in ZTEST() 112 TEST_LOG_CAPACITY(5, total_cnt, 1); in ZTEST() 113 TEST_LOG_CAPACITY(6, total_cnt, 1); in ZTEST() 114 TEST_LOG_CAPACITY(7, total_cnt, 1); in ZTEST() 115 TEST_LOG_CAPACITY(8, total_cnt, 1); in ZTEST() [all …]
|
/Zephyr-Core-3.5.0/drivers/clock_control/ |
D | nrf_clock_calibration.c | 36 static volatile int total_cnt; /* Total number of calibrations. */ variable 241 total_cnt = 0; in z_nrf_clock_calibration_init() 274 total_cnt++; in z_nrf_clock_calibration_done_handler() 286 return total_cnt; in z_nrf_clock_calibration_count()
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | log_mgmt.c | 137 uint32_t total_cnt = get_source_offset(link, link->ctrl_blk->domain_cnt); in link_filters_init() local 139 link->ctrl_blk->filters = k_malloc(sizeof(uint32_t) * total_cnt); in link_filters_init() 146 memset(link->ctrl_blk->filters, 0, sizeof(uint32_t) * total_cnt); in link_filters_init() 148 link->name, (int)(total_cnt * sizeof(uint32_t))); in link_filters_init()
|