Home
last modified time | relevance | path

Searched refs:_IPA_POOL_Mutex (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c190 static pthread_mutex_t _IPA_POOL_Mutex = PTHREAD_MUTEX_INITIALIZER; variable
274 pthread_mutex_lock(&_IPA_POOL_Mutex); in PA_in_IPA_POOL_info()
347 pthread_mutex_unlock(&_IPA_POOL_Mutex); in PA_in_IPA_POOL_info()
360 pthread_mutex_lock(&_IPA_POOL_Mutex); in IN_IPA_POOL_To_PA()
387 pthread_mutex_unlock(&_IPA_POOL_Mutex); in IN_IPA_POOL_To_PA()
410 pthread_mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Init()
526 pthread_mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Init()
536 pthread_mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Init()
551 pthread_mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_GetMem()
576 pthread_mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_GetMem()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c204 static struct mutex _IPA_POOL_Mutex = __MUTEX_INITIALIZER(_IPA_POOL_Mutex); variable
320 mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Init()
443 mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Init()
454 mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Init()
478 mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_GetMem()
504 mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_GetMem()
526 mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_PutMem()
549 mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_PutMem()
575 mutex_lock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Release()
658 mutex_unlock(&_IPA_POOL_Mutex); in MApi_IPA_Pool_Release()
[all …]