Searched refs:prefetch (Results 1 – 3 of 3) sorted by relevance
130 for (pos = (head)->prev, prefetch(pos->prev); pos != (head); \131 pos = pos->prev, prefetch(pos->prev))
170 static __inline__ void prefetch(void *x) {;} // Do nothing in prefetch() function
155 static __inline__ void prefetch(void *x) {;} // Do nothing in prefetch() function