Lines Matching refs:exec_cnt
45 static uint32_t exec_cnt[CONFIG_ZTRESS_MAX_THREADS]; variable
90 if (tmr_data->exec_cnt != 0 && exec_cnt[0] != 0) { in progress_timeout()
91 progress = (100 * exec_cnt[0]) / tmr_data->exec_cnt; in progress_timeout()
96 if (thread_data[i].exec_cnt == 0 && thread_data[i].preempt_cnt == 0) { in progress_timeout()
100 uint32_t exec_progress = (thread_data[i].exec_cnt) ? in progress_timeout()
101 (100 * exec_cnt[i]) / thread_data[i].exec_cnt : 100; in progress_timeout()
195 if (context_data->exec_cnt != 0 && exec_cnt[priority] >= context_data->exec_cnt) { in cont_check()
235 exec_cnt[priority], in ztress_timeout()
238 exec_cnt[priority]++; in ztress_timeout()
260 uint32_t cnt = exec_cnt[priority]; in ztress_thread()
263 exec_cnt[priority] = cnt + 1; in ztress_thread()
289 memset(exec_cnt, 0, sizeof(exec_cnt)); in ztress_init()
315 if (data->preempt_cnt != 0 || data->exec_cnt != 0) { in active_cnt_init()
414 i, exec_cnt[i], preempt_cnt[i]); in ztress_report()
429 return exec_cnt[id]; in ztress_exec_count()