Searched refs:number_of_loops (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/tests/benchmarks/sys_kernel/src/ |
D | syskernel.c | 33 uint32_t number_of_loops; variable 73 if (i != number_of_loops) { in check_result() 84 SYS_CLOCK_HW_CYCLES_TO_NS_AVG(t, number_of_loops)); in check_result() 128 number_of_loops = NUMBER_OF_LOOPS; in main() 140 number_of_loops = 10U; in main() 156 number_of_loops); in main()
|
D | sema.c | 126 NULL, INT_TO_POINTER(number_of_loops), NULL, in sema_test() 129 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in sema_test() 151 NULL, INT_TO_POINTER(number_of_loops), NULL, in sema_test() 154 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in sema_test() 176 NULL, INT_TO_POINTER(number_of_loops), NULL, in sema_test() 178 for (i = 0; i < number_of_loops; i++) { in sema_test()
|
D | mwfifo.c | 159 NULL, INT_TO_POINTER(number_of_loops), NULL, in fifo_test() 162 &i, INT_TO_POINTER(number_of_loops), NULL, in fifo_test() 191 NULL, INT_TO_POINTER(number_of_loops), NULL, in fifo_test() 194 &i, INT_TO_POINTER(number_of_loops), NULL, in fifo_test() 222 NULL, INT_TO_POINTER(number_of_loops / 2U), NULL, in fifo_test() 225 NULL, INT_TO_POINTER(number_of_loops / 2U), NULL, in fifo_test() 227 for (i = 0; i < number_of_loops / 2U; i++) { in fifo_test()
|
D | stack.c | 156 0, INT_TO_POINTER(number_of_loops), NULL, in stack_test() 159 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in stack_test() 183 0, INT_TO_POINTER(number_of_loops), NULL, in stack_test() 186 (void *) &i, INT_TO_POINTER(number_of_loops), NULL, in stack_test() 211 0, INT_TO_POINTER(number_of_loops), NULL, in stack_test() 214 for (i = 0; i < number_of_loops / 2U; i++) { in stack_test()
|
D | lifo.c | 158 NULL, INT_TO_POINTER(number_of_loops), NULL, in lifo_test() 162 &i, INT_TO_POINTER(number_of_loops), NULL, in lifo_test() 192 NULL, INT_TO_POINTER(number_of_loops), NULL, in lifo_test() 196 &i, INT_TO_POINTER(number_of_loops), NULL, in lifo_test() 224 NULL, INT_TO_POINTER(number_of_loops), NULL, in lifo_test() 226 for (i = 0; i < number_of_loops / 2U; i++) { in lifo_test()
|
D | mem_slab.c | 83 i = mem_slab_alloc_test(number_of_loops); in mem_slab_test() 96 i = mem_slab_free_test(number_of_loops); in mem_slab_test()
|
D | syskernel.h | 36 extern uint32_t number_of_loops;
|