Home
last modified time | relevance | path

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

/linux-6.1.9/arch/alpha/include/asm/
Dprocessor.h54 #define spin_lock_prefetch(lock) do { } while (0) macro
68 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/linux-6.1.9/include/linux/
Dprefetch.h48 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux-6.1.9/arch/mips/include/asm/mach-cavium-octeon/
Dcpu-feature-overrides.h62 #define spin_lock_prefetch(x) prefetch(x) macro
/linux-6.1.9/arch/sparc/include/asm/
Dprocessor_64.h242 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux-6.1.9/arch/powerpc/include/asm/
Dprocessor.h404 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux-6.1.9/arch/arm64/include/asm/
Dprocessor.h356 static inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
/linux-6.1.9/arch/x86/include/asm/
Dprocessor.h745 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function
/linux-6.1.9/arch/ia64/include/asm/
Dprocessor.h652 #define spin_lock_prefetch(x) prefetchw(x) macro
/linux-6.1.9/fs/
Dinode.c1044 spin_lock_prefetch(&sb->s_inode_list_lock); in new_inode()