Searched refs:spin_lock_prefetch (Results 1 – 7 of 7) sorted by relevance
60 #define spin_lock_prefetch(lock) do { } while (0) macro74 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
63 #define spin_lock_prefetch(x) prefetch(x) macro
249 #define spin_lock_prefetch(x) prefetchw(x) macro
379 #define spin_lock_prefetch(x) prefetchw(x) macro
362 static inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
663 #define spin_lock_prefetch(x) prefetchw(x) macro
748 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function