Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/alpha/include/asm/
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
/kernel/linux/linux-5.10/include/linux/
Dprefetch.h48 #define spin_lock_prefetch(x) prefetchw(x) macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h63 #define spin_lock_prefetch(x) prefetch(x) macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dprocessor_64.h249 #define spin_lock_prefetch(x) prefetchw(x) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dprocessor.h279 static inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dprocessor.h397 #define spin_lock_prefetch(x) prefetchw(x) macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dprocessor.h663 #define spin_lock_prefetch(x) prefetchw(x) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dprocessor.h754 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function
/kernel/linux/linux-5.10/fs/
Dinode.c958 spin_lock_prefetch(&sb->s_inode_list_lock); in new_inode()