Searched defs:cpu_relax (Results 1 – 6 of 6) sorted by relevance
96 #define cpu_relax() asm ("rep; nop" ::: "memory") macro98 #define cpu_relax() barrier() macro100 #define cpu_relax() asm ("yield" ::: "memory") macro102 #define cpu_relax() assert(0) macro
9 static inline void cpu_relax(void) in cpu_relax() function
30 static inline void cpu_relax(void) in cpu_relax() function
41 #define cpu_relax() ({}) macro
180 static inline void cpu_relax(void) in cpu_relax() function
833 static inline void cpu_relax(void) in cpu_relax() function
Completed in 15 milliseconds