Searched refs:stop_retry (Results 1 – 3 of 3) sorted by relevance
45 unsigned long stop_retry, stop_time; in i2c_arbitrator_select() local55 stop_retry = jiffies + usecs_to_jiffies(arb->wait_retry_us) + 1; in i2c_arbitrator_select()56 while (time_before(jiffies, stop_retry)) { in i2c_arbitrator_select()
87 unsigned long stop_retry; /* Time to give up, in jiffies */ member
156 if (time_after(jiffies, usbhid->stop_retry + HZ/2)) in hid_io_error()162 usbhid->stop_retry = jiffies + msecs_to_jiffies(1000); in hid_io_error()166 if (time_after(jiffies, usbhid->stop_retry)) { in hid_io_error()