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()1223 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_device()1244 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_device()2141 kmutex_unlock(&g_smscore_deviceslock); in smscore_module_exit()2152 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()1230 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_module_exit()
34 #define kmutex_unlock(_p_) mutex_unlock(_p_) macro