Searched refs:max_loop_count (Results 1 – 4 of 4) sorted by relevance
36 static ULONG max_loop_count; variable101 if (loop_count > max_loop_count) in test_isr()102 max_loop_count = loop_count; in test_isr()108 if (upper_bound > max_loop_count) in test_isr()109 lower_bound = max_loop_count; in test_isr()219 max_loop_count = 0; in test_application_define()301 upper_bound = max_loop_count + 5; in thread_0_entry()305 upper_bound = max_loop_count; in thread_0_entry()341 if (upper_bound < max_loop_count) in thread_0_entry()361 printf("maximum: %lu\n", max_loop_count); in thread_0_entry()[all …]
52 static ULONG max_loop_count; variable99 if (loop_count > max_loop_count) in test_isr()100 max_loop_count = loop_count; in test_isr()106 if (upper_bound > max_loop_count) in test_isr()107 lower_bound = max_loop_count; in test_isr()210 max_loop_count = 0; in test_application_define()351 upper_bound = max_loop_count + 5; in thread_2_entry()380 if (upper_bound < max_loop_count) in thread_2_entry()