Home
last modified time | relevance | path

Searched refs:spin_lock_prefetch (Results 1 – 9 of 9) sorted by relevance

/linux/arch/alpha/include/asm/
A Dprocessor.h60 #define spin_lock_prefetch(lock) do { } while (0) macro
74 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/linux/include/linux/
A Dprefetch.h48 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux/arch/mips/include/asm/mach-cavium-octeon/
A Dcpu-feature-overrides.h63 #define spin_lock_prefetch(x) prefetch(x) macro
/linux/arch/sparc/include/asm/
A Dprocessor_64.h249 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux/arch/powerpc/include/asm/
A Dprocessor.h379 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux/arch/arm64/include/asm/
A Dprocessor.h335 static inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/linux/arch/x86/include/asm/
A Dprocessor.h746 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function
/linux/arch/ia64/include/asm/
A Dprocessor.h663 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux/fs/
A Dinode.c971 spin_lock_prefetch(&sb->s_inode_list_lock); in new_inode()

Completed in 25 milliseconds