HomeSort by: relevance | last modified time | path
    Searched defs:ttwoga_conf_lock (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/alpha/pci/
ttwoga_pci.c 63 static kmutex_t ttwoga_conf_lock; variable in typeref:typename:kmutex_t
66 #define TTWOGA_CONF_LOCK() \
68 mutex_enter(&ttwoga_conf_lock); \
75 mutex_exit(&ttwoga_conf_lock); \
82 mutex_init(&ttwoga_conf_lock, MUTEX_DEFAULT, IPL_HIGH);
123 TTWOGA_CONF_LOCK();
176 TTWOGA_CONF_LOCK();
ttwoga_pci.c 63 static kmutex_t ttwoga_conf_lock; variable in typeref:typename:kmutex_t
66 #define TTWOGA_CONF_LOCK() \
68 mutex_enter(&ttwoga_conf_lock); \
75 mutex_exit(&ttwoga_conf_lock); \
82 mutex_init(&ttwoga_conf_lock, MUTEX_DEFAULT, IPL_HIGH);
123 TTWOGA_CONF_LOCK();
176 TTWOGA_CONF_LOCK();
ttwoga_pci.c 63 static kmutex_t ttwoga_conf_lock; variable in typeref:typename:kmutex_t
66 #define TTWOGA_CONF_LOCK() \
68 mutex_enter(&ttwoga_conf_lock); \
75 mutex_exit(&ttwoga_conf_lock); \
82 mutex_init(&ttwoga_conf_lock, MUTEX_DEFAULT, IPL_HIGH);
123 TTWOGA_CONF_LOCK();
176 TTWOGA_CONF_LOCK();

Completed in 157 milliseconds