Searched refs:_MsOS_MemoryPool_Info (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 341 static MsOS_MemoryPool_Info _MsOS_MemoryPool_Info[MSOS_MEMPOOL_MAX]; variable 751 if(_MsOS_MemoryPool_Info[s32Id].bUsed == FALSE) in MsOS_CreateMemoryPool() 758 _MsOS_MemoryPool_Info[s32Id].bUsed = TRUE; in MsOS_CreateMemoryPool() 769 _MsOS_MemoryPool_Info[s32Id].bMPool= TRUE; in MsOS_CreateMemoryPool() 773 …_MsOS_MemoryPool_Info[s32Id].stMemoryPool = MsOS_MPool_CreateMemoryPool(pPoolAddr, u32PoolSize, 1); in MsOS_CreateMemoryPool() 775 …_MsOS_MemoryPool_Info[s32Id].stMemoryPool = mstar_create_mspace_with_base(pPoolAddr, u32PoolSize, … in MsOS_CreateMemoryPool() 777 if (NULL == _MsOS_MemoryPool_Info[s32Id].stMemoryPool) in MsOS_CreateMemoryPool() 789 &_MsOS_MemoryPool_Info[s32Id].stMemoryPool, in MsOS_CreateMemoryPool() 790 &_MsOS_MemoryPool_Info[s32Id].stMemoryPoolInfo ); in MsOS_CreateMemoryPool() 796 _MsOS_MemoryPool_Info[s32Id].bMPool= FALSE; in MsOS_CreateMemoryPool() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 318 static MsOS_MemoryPool_Info _MsOS_MemoryPool_Info[MSOS_MEMPOOL_MAX]; variable 470 _MsOS_MemoryPool_Info[u32I].bUsed = FALSE; in MsOS_Init() 592 if(_MsOS_MemoryPool_Info[s32Id].bUsed == FALSE) in MsOS_CreateMemoryPool() 599 _MsOS_MemoryPool_Info[s32Id].bUsed = TRUE; in MsOS_CreateMemoryPool() 610 _MsOS_MemoryPool_Info[s32Id].bMPool= TRUE; in MsOS_CreateMemoryPool() 613 &_MsOS_MemoryPool_Info[s32Id].stMemoryPool, in MsOS_CreateMemoryPool() 614 &_MsOS_MemoryPool_Info[s32Id].stMemoryPoolInfo ); in MsOS_CreateMemoryPool() 618 _MsOS_MemoryPool_Info[s32Id].bMPool= FALSE; in MsOS_CreateMemoryPool() 641 if (_MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_DeleteMemoryPool() 643 cyg_mempool_var_delete(_MsOS_MemoryPool_Info[s32PoolId].stMemoryPool); in MsOS_DeleteMemoryPool() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 252 static MsOS_MemoryPool_Info _MsOS_MemoryPool_Info[MSOS_MEMPOOL_MAX]; variable 451 _MsOS_MemoryPool_Info[u32I].bUsed = FALSE; in MsOS_Init() 557 if(_MsOS_MemoryPool_Info[s32Id].bUsed == FALSE) in MsOS_CreateMemoryPool() 564 _MsOS_MemoryPool_Info[s32Id].bUsed = TRUE; in MsOS_CreateMemoryPool() 575 _MsOS_MemoryPool_Info[s32Id].bMPool= TRUE; in MsOS_CreateMemoryPool() 578 &_MsOS_MemoryPool_Info[s32Id].stMemoryPool, in MsOS_CreateMemoryPool() 579 &_MsOS_MemoryPool_Info[s32Id].stMemoryPoolInfo ); in MsOS_CreateMemoryPool() 583 _MsOS_MemoryPool_Info[s32Id].bMPool= FALSE; in MsOS_CreateMemoryPool() 619 if(_MsOS_MemoryPool_Info[s32PoolId].bUsed == FALSE) in MsOS_DeleteMemoryPool() 625 if (_MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_DeleteMemoryPool() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | MsOS_ecos.c | 224 static MsOS_MemoryPool_Info _MsOS_MemoryPool_Info[MSOS_MEMPOOL_MAX]; variable 419 _MsOS_MemoryPool_Info[u32I].bUsed = FALSE; in MsOS_Init() 575 if(_MsOS_MemoryPool_Info[s32Id].bUsed == FALSE) in MsOS_CreateMemoryPool() 582 _MsOS_MemoryPool_Info[s32Id].bUsed = TRUE; in MsOS_CreateMemoryPool() 597 &_MsOS_MemoryPool_Info[s32Id].stMemoryPool, in MsOS_CreateMemoryPool() 598 &_MsOS_MemoryPool_Info[s32Id].stMemoryPoolInfo ); in MsOS_CreateMemoryPool() 621 cyg_mempool_var_delete(_MsOS_MemoryPool_Info[s32PoolId].stMemoryPool); in MsOS_DeleteMemoryPool() 623 _MsOS_MemoryPool_Info[s32PoolId].bUsed = FALSE; in MsOS_DeleteMemoryPool() 654 cyg_mempool_var_get_info(_MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, &mempool_info); in MsOS_InfoMemoryPool() 690 pAddr = cyg_mempool_var_try_alloc( _MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32Size); in MsOS_AllocateMemory() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | MsOS_ucos.c | 196 static MsOS_MemoryPool_Info _MsOS_MemoryPool_Info[MSOS_MEMPOOL_MAX]; variable 220 static MsOS_MemoryPool_Info _MsOS_MemoryPool_Info[MSOS_MEMPOOL_MAX]; variable 419 _MsOS_MemoryPool_Info[u32I].bUsed = FALSE; in MsOS_Init() 543 if(_MsOS_MemoryPool_Info[s32Id].bUsed == FALSE) in MsOS_CreateMemoryPool() 550 _MsOS_MemoryPool_Info[s32Id].bUsed = TRUE; in MsOS_CreateMemoryPool() 565 &_MsOS_MemoryPool_Info[s32Id].stMemoryPool, in MsOS_CreateMemoryPool() 566 &_MsOS_MemoryPool_Info[s32Id].stMemoryPoolInfo ); in MsOS_CreateMemoryPool() 589 cyg_mempool_var_delete(_MsOS_MemoryPool_Info[s32PoolId].stMemoryPool); in MsOS_DeleteMemoryPool() 591 _MsOS_MemoryPool_Info[s32PoolId].bUsed = FALSE; in MsOS_DeleteMemoryPool() 622 cyg_mempool_var_get_info(_MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, &mempool_info); in MsOS_InfoMemoryPool() [all …]
|