Searched refs:spin_lock_prefetch (Results 1 – 7 of 7) sorted by relevance
73 #define spin_lock_prefetch(lock) do { } while (0) macro87 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
58 #define spin_lock_prefetch(x) prefetch(x) macro
125 #define spin_lock_prefetch(x) do { } while (0) macro
231 #define spin_lock_prefetch(x) prefetchw(x) macro
310 #define spin_lock_prefetch(x) prefetchw(x) macro
832 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function
763 #define spin_lock_prefetch(x) prefetchw(x) macro