Home
last modified time | relevance | path

Searched refs:advance_jiffies (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Duhci-q.c498 qh->advance_jiffies = jiffies; in uhci_activate_qh()
1699 qh->advance_jiffies = jiffies; in uhci_advance_check()
1709 if (time_after(jiffies, qh->advance_jiffies + QH_WAIT_TIMEOUT)) { in uhci_advance_check()
1715 qh->advance_jiffies = jiffies; in uhci_advance_check()
Duhci-hcd.h164 unsigned long advance_jiffies; /* Time of last queue advance */ member