Searched refs:spin_lock_prefetch (Results 1 – 9 of 9) sorted by relevance
54 #define spin_lock_prefetch(lock) do { } while (0) macro68 extern inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
48 #define spin_lock_prefetch(x) prefetchw(x) macro
62 #define spin_lock_prefetch(x) prefetch(x) macro
242 #define spin_lock_prefetch(x) prefetchw(x) macro
413 #define spin_lock_prefetch(x) prefetchw(x) macro
363 static inline void spin_lock_prefetch(const void *ptr) in spin_lock_prefetch() function
624 static inline void spin_lock_prefetch(const void *x) in spin_lock_prefetch() function
652 #define spin_lock_prefetch(x) prefetchw(x) macro
1045 spin_lock_prefetch(&sb->s_inode_list_lock); in new_inode()
Completed in 21 milliseconds