Searched refs:MAX_TRIES (Results 1 – 2 of 2) sorted by relevance
1216 #define MAX_TRIES num_evtims in stat_inc_reset_ev_enq() macro1223 if (sum >= num_evtims || ++tries >= MAX_TRIES) in stat_inc_reset_ev_enq()1232 TEST_ASSERT(tries < MAX_TRIES, "Exceeded max tries"); in stat_inc_reset_ev_enq()1541 #define MAX_TRIES num_evtims in event_timer_arm_max() macro1548 if (sum >= num_evtims || ++tries >= MAX_TRIES) in event_timer_arm_max()1557 TEST_ASSERT(tries < MAX_TRIES, "Exceeded max tries"); in event_timer_arm_max()
3320 #define MAX_TRIES 5 in ice_ptp_lock() macro3322 for (i = 0; i < MAX_TRIES; i++) { in ice_ptp_lock()