Searched refs:MAX_DELAY (Results 1 – 5 of 5) sorted by relevance
45 #define MAX_DELAY 10000 /* 1 ms */ macro
24 #define MAX_DELAY 300 macro139 if (ackto < MAX_DELAY) { in ath_dynack_compute_to()
733 #define MAX_DELAY 256 macro744 } while ((*status == GNTST_eagain) && (delay < MAX_DELAY)); in gnttab_retry_eagain_gop()746 if (delay >= MAX_DELAY) { in gnttab_retry_eagain_gop()
91 #define MAX_DELAY 6 macro253 return val > MAX_DELAY ? 0 : val * time_step_us; in lp872x_regulator_enable_time()
51 #define MAX_DELAY msecs_to_jiffies(500) macro2124 time_after(last_spk_jiffy + MAX_DELAY, jiffies)) { in speakup_key()