Home
last modified time | relevance | path

Searched refs:DBG_LOCK_TRIES (Results 1 – 1 of 1) sorted by relevance

/sof-2.7.6/src/include/sof/
Dspinlock.h74 #define DBG_LOCK_TRIES 10000 macro
85 for (__tries = DBG_LOCK_TRIES; __tries > 0; __tries--) { \