Searched refs:hostLock (Results 1 – 4 of 4) sorted by relevance
29 OsalMutexLock(&hostClnt->hostLock); in DevHostServiceClntInstallDriver()32 OsalMutexUnlock(&hostClnt->hostLock); in DevHostServiceClntInstallDriver()61 OsalMutexUnlock(&hostClnt->hostLock); in DevHostServiceClntInstallDriver()75 if (OsalMutexInit(&hostClnt->hostLock) != HDF_SUCCESS) { in DevHostServiceClntConstruct()108 OsalMutexDestroy(&hostClnt->hostLock); in DevHostServiceClntFreeInstance()
111 OsalMutexLock(&hostClnt->hostLock); in DevmgrServiceLoadDevice()113 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceLoadDevice()118 OsalMutexLock(&hostClnt->hostLock); in DevmgrServiceLoadDevice()122 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceLoadDevice()127 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceLoadDevice()162 OsalMutexLock(&hostClnt->hostLock); in DevmgrServiceUnloadDevice()164 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceUnloadDevice()170 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceUnloadDevice()176 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceUnloadDevice()181 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceUnloadDevice()[all …]
30 OsalMutexLock(&hostClnt->hostLock); in CleanupDiedHostResources()51 OsalMutexUnlock(&hostClnt->hostLock); in CleanupDiedHostResources()
24 struct OsalMutex hostLock; member