Searched refs:kmutex_unlock (Results 1 – 3 of 3) sorted by relevance
450 kmutex_unlock(&g_smscore_registrylock); in smscore_find_registry()461 kmutex_unlock(&g_smscore_registrylock); in smscore_find_registry()565 kmutex_unlock(&g_smscore_deviceslock); in smscore_register_hotplug()596 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_hotplug()743 kmutex_unlock(&g_smscore_deviceslock); in smscore_register_device()906 kmutex_unlock(&g_smscore_deviceslock); in smscore_start_device()1233 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_device()1249 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_device()2151 kmutex_unlock(&g_smscore_deviceslock); in smscore_module_exit()2162 kmutex_unlock(&g_smscore_registrylock); in smscore_module_exit()
647 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_onremove()1175 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_hotplug()1236 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_module_exit()
45 #define kmutex_unlock(_p_) mutex_unlock(_p_) macro