Searched refs:kmutex_unlock (Results 1 – 3 of 3) sorted by relevance
115 kmutex_unlock(&g_smscore_registrylock); in smscore_find_registry()126 kmutex_unlock(&g_smscore_registrylock); in smscore_find_registry()230 kmutex_unlock(&g_smscore_deviceslock); in smscore_register_hotplug()261 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_hotplug()406 kmutex_unlock(&g_smscore_deviceslock); in smscore_register_device()505 kmutex_unlock(&g_smscore_deviceslock); in smscore_start_device()731 kmutex_unlock(&g_smscore_deviceslock); in smscore_unregister_device()1623 kmutex_unlock(&g_smscore_deviceslock); in smscore_module_exit()1634 kmutex_unlock(&g_smscore_registrylock); in smscore_module_exit()
415 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_onremove()902 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_hotplug()954 kmutex_unlock(&g_smsdvb_clientslock); in smsdvb_module_exit()
42 #define kmutex_unlock(_p_) mutex_unlock(_p_) macro