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()1172 ASSERT(MUTEX_HELD(&sof_module_lock)); in sof_module_find()1199 mutex_enter(&sof_module_lock); in sof_module_hold_by_name()1203 mutex_exit(&sof_module_lock); in sof_module_hold_by_name()1220 mutex_exit(&sof_module_lock); in sof_module_hold_by_name()1242 mutex_enter(&sof_module_lock); in sof_module_rele()1244 mutex_exit(&sof_module_lock); in sof_module_rele()1466 mutex_enter(&sof_module_lock); in sof_register()1468 mutex_exit(&sof_module_lock); in sof_register()[all …]