Home
last modified time | relevance | path

Searched refs:prefetch (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvList.h130 for (pos = (head)->prev, prefetch(pos->prev); pos != (head); \
131 pos = pos->prev, prefetch(pos->prev))
H A DdrvPorts.h170 static __inline__ void prefetch(void *x) {;} // Do nothing in prefetch() function
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvPorts.h155 static __inline__ void prefetch(void *x) {;} // Do nothing in prefetch() function