Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvTimer.h167 #define time_after(a,b) ( ((int)(b) - (int)(a)) < 0 ) macro
168 #define time_before(a,b) time_after(b,a)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c1568 && time_after (jiffies, in ehci_hub_control()