Searched refs:kmutex_unlock (Results 1 – 3 of 3) sorted by relevance
446 kmutex_unlock(&g_smscore_registrylock); in smscore_find_registry()457 kmutex_unlock(&g_smscore_registrylock); in smscore_find_registry()559 kmutex_unlock(&g_smscore_deviceslock); in smscore_register_hotplug()590 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_hotplug()745 kmutex_unlock(&g_smscore_deviceslock); in smscore_register_device()908 kmutex_unlock(&g_smscore_deviceslock); in smscore_start_device()1231 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_device()1252 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_device()2149 kmutex_unlock(&g_smscore_deviceslock); in smscore_module_exit()2160 kmutex_unlock(&g_smscore_registrylock); in smscore_module_exit()
648 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_onremove()1169 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_hotplug()1241 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_module_exit()
45 #define kmutex_unlock(_p_) mutex_unlock(_p_) macro