Searched defs:spin_lock_prefetch (Results 1 – 8 of 8) 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
46 #define spin_lock_prefetch(x) prefetchw(x) macro
65 #define spin_lock_prefetch(x) prefetch(x) macro
123 #define spin_lock_prefetch(x) do { } while (0) macro
231 #define spin_lock_prefetch(x) prefetchw(x) macro
360 #define spin_lock_prefetch(x) prefetchw(x) macro
716 #define spin_lock_prefetch(x) prefetchw(x) macro
852 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function