Searched refs:stop_retry (Results 1 – 3 of 3) sorted by relevance
65 unsigned long stop_retry, stop_time; in i2c_arbitrator_select() local75 stop_retry = jiffies + usecs_to_jiffies(arb->wait_retry_us) + 1; in i2c_arbitrator_select()76 while (time_before(jiffies, stop_retry)) { in i2c_arbitrator_select()
92 unsigned long stop_retry; /* Time to give up, in jiffies */ member
154 if (time_after(jiffies, usbhid->stop_retry + HZ/2)) in hid_io_error()160 usbhid->stop_retry = jiffies + msecs_to_jiffies(1000); in hid_io_error()164 if (time_after(jiffies, usbhid->stop_retry)) { in hid_io_error()