spin_lock_prefetch  815 include/asm-x86/processor.h static inline void spin_lock_prefetch(const void *x)
spin_lock_prefetch   46 include/linux/prefetch.h #define spin_lock_prefetch(x) prefetchw(x)