Searched refs:ztress_exec_count (Results 1 – 4 of 4) sorted by relevance
78 zassert_true(ztress_exec_count(0) < repeat); in ZTEST()79 zassert_true(ztress_exec_count(1) < repeat); in ZTEST()91 uint32_t exec_cnt = ztress_exec_count(i); in ZTEST()102 uint32_t exec_cnt = ztress_exec_count(i); in ZTEST()118 uint32_t exec_cnt = ztress_exec_count(1); in ZTEST()129 exec_cnt = ztress_exec_count(1); in ZTEST()
96 in_cnt += ztress_exec_count(i) - 1 + 1; in validate()179 uint32_t data = (i << CNT_BITS) | ztress_exec_count(i); in test_stress()
237 int ztress_exec_count(uint32_t id);
423 int ztress_exec_count(uint32_t id) in ztress_exec_count() function