Searched refs:MAX_DELAY (Results 1 – 3 of 3) sorted by relevance
86 #define MAX_DELAY 6 macro248 return val > MAX_DELAY ? 0 : val * time_step_us; in lp872x_regulator_enable_time()
1154 #define MAX_DELAY 256 macro1165 } while ((*status == GNTST_eagain) && (delay < MAX_DELAY)); in gnttab_retry_eagain_gop()1167 if (delay >= MAX_DELAY) { in gnttab_retry_eagain_gop()
42 #define MAX_DELAY msecs_to_jiffies(500) macro2161 time_after(last_spk_jiffy + MAX_DELAY, jiffies)) { in speakup_key()