Searched refs:kmutex_unlock (Results 1 – 3 of 3) sorted by relevance
438 kmutex_unlock(&g_smscore_registrylock); in smscore_find_registry()449 kmutex_unlock(&g_smscore_registrylock); in smscore_find_registry()551 kmutex_unlock(&g_smscore_deviceslock); in smscore_register_hotplug()582 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_hotplug()737 kmutex_unlock(&g_smscore_deviceslock); in smscore_register_device()900 kmutex_unlock(&g_smscore_deviceslock); in smscore_start_device()1227 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_device()1248 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_device()2145 kmutex_unlock(&g_smscore_deviceslock); in smscore_module_exit()2156 kmutex_unlock(&g_smscore_registrylock); in smscore_module_exit()
637 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_onremove()1158 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_hotplug()1223 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_module_exit()
34 #define kmutex_unlock(_p_) mutex_unlock(_p_) macro