Searched refs:LOCK_SNOOP_SPINS (Results 1 – 5 of 5) sorted by relevance
104 #define LOCK_SNOOP_SPINS 100 macro
155 #define LOCK_SNOOP_SPINS 1000 macro
76 #define DEFAULT_TICKET_LOOPS (LOCK_SNOOP_SPINS)78 #define DEFAULT_TICKET_LOOPS (LOCK_SNOOP_SPINS / 8)89 #define TICKET_LOCK_SNOOP_LOOPS LOCK_SNOOP_SPINS
91 hw_spin_wait_until_n(LOCK_SNOOP_SPINS, ptr, load_var, cond_expr)
573 for (uint32_t i = 0; i < LOCK_SNOOP_SPINS; i++) { in hw_lock_lock_contended()888 for (int i = 0; i < LOCK_SNOOP_SPINS; i++) {