spin_lock_prefetch   60 arch/alpha/include/asm/processor.h #define spin_lock_prefetch(lock)  	do { } while (0)
spin_lock_prefetch   74 arch/alpha/include/asm/processor.h extern inline void spin_lock_prefetch(const void *ptr)  
spin_lock_prefetch  276 arch/arm64/include/asm/processor.h static inline void spin_lock_prefetch(const void *ptr)
spin_lock_prefetch  673 arch/ia64/include/asm/processor.h #define spin_lock_prefetch(x)	prefetchw(x)
spin_lock_prefetch   63 arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h #define spin_lock_prefetch(x) prefetch(x)
spin_lock_prefetch  393 arch/powerpc/include/asm/processor.h #define spin_lock_prefetch(x)	prefetchw(x)
spin_lock_prefetch  249 arch/sparc/include/asm/processor_64.h #define spin_lock_prefetch(x)	prefetchw(x)
spin_lock_prefetch  812 arch/x86/include/asm/processor.h static inline void spin_lock_prefetch(const void *x)
spin_lock_prefetch   47 include/linux/prefetch.h #define spin_lock_prefetch(x) prefetchw(x)