Searched refs:spin_lock_prefetch (Results 1 – 9 of 9) sorted by relevance
60 #define spin_lock_prefetch(lock) do { } while (0) macro74 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
48 #define spin_lock_prefetch(x) prefetchw(x) macro
63 #define spin_lock_prefetch(x) prefetch(x) macro
249 #define spin_lock_prefetch(x) prefetchw(x) macro
379 #define spin_lock_prefetch(x) prefetchw(x) macro
335 static inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
746 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function
663 #define spin_lock_prefetch(x) prefetchw(x) macro
971 spin_lock_prefetch(&sb->s_inode_list_lock); in new_inode()
Completed in 19 milliseconds