Searched refs:sof_module_lock (Results 1 – 1 of 1) sorted by relevance
90 static kmutex_t sof_module_lock; /* protect the module list */ variable160 mutex_init(&sof_module_lock, NULL, MUTEX_DEFAULT, 0); in sof_init()1171 ASSERT(MUTEX_HELD(&sof_module_lock)); in sof_module_find()1198 mutex_enter(&sof_module_lock); in sof_module_hold_by_name()1202 mutex_exit(&sof_module_lock); in sof_module_hold_by_name()1219 mutex_exit(&sof_module_lock); in sof_module_hold_by_name()1241 mutex_enter(&sof_module_lock); in sof_module_rele()1243 mutex_exit(&sof_module_lock); in sof_module_rele()1465 mutex_enter(&sof_module_lock); in sof_register()1467 mutex_exit(&sof_module_lock); in sof_register()[all …]