Searched refs:CPU_SPINWAIT (Results 1 – 14 of 14) sorted by relevance
40 #define CPU_SPINWAIT macro
38 #define CPU_SPINWAIT macro
45 #define CPU_SPINWAIT macro
39 #define CPU_SPINWAIT macro
94 #undef CPU_SPINWAIT97 #define CPU_SPINWAIT cpu_spinwait() macro
40 #define CPU_SPINWAIT __asm __volatile("pause") macro
13 CPU_SPINWAIT; in spin_cpu_spinwait()
36 #define CPU_SPINWAIT __asm__ volatile("pause") macro
131 CPU_SPINWAIT; in _pthread_spin_lock()
110 CPU_SPINWAIT; in __thr_umutex_lock_spin()
680 CPU_SPINWAIT; in mutex_lock_sleep()
249 +#undef CPU_SPINWAIT252 +#define CPU_SPINWAIT cpu_spinwait()
186 - Disable the CPU_SPINWAIT macro for Power. (@davidtgoldblatt, @marxin)