Home
last modified time | relevance | path

Searched refs:bMPool (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c315 MS_BOOL bMPool; member
610 _MsOS_MemoryPool_Info[s32Id].bMPool= TRUE; in MsOS_CreateMemoryPool()
618 _MsOS_MemoryPool_Info[s32Id].bMPool= FALSE; in MsOS_CreateMemoryPool()
641 if (_MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_DeleteMemoryPool()
699 if (FALSE== _MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_AllocateMemory()
738 if (FALSE== _MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_FreeMemory()
773 if (FALSE== _MsOS_MemoryPool_Info[s32PoolId].bMPool)
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c249 MS_BOOL bMPool; member
575 _MsOS_MemoryPool_Info[s32Id].bMPool= TRUE; in MsOS_CreateMemoryPool()
583 _MsOS_MemoryPool_Info[s32Id].bMPool= FALSE; in MsOS_CreateMemoryPool()
625 if (_MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_DeleteMemoryPool()
700 if (FALSE== _MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_AllocateMemory()
758 if (FALSE== _MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_FreeMemory()
793 if (FALSE== _MsOS_MemoryPool_Info[s32PoolId].bMPool)
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c338 MS_BOOL bMPool; member
769 _MsOS_MemoryPool_Info[s32Id].bMPool= TRUE; in MsOS_CreateMemoryPool()
796 _MsOS_MemoryPool_Info[s32Id].bMPool= FALSE; in MsOS_CreateMemoryPool()
838 if (_MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_DeleteMemoryPool()
927 if (FALSE== _MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_AllocateMemory()
1010 if (FALSE== _MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_FreeMemory()
1074 if (FALSE== _MsOS_MemoryPool_Info[s32PoolId].bMPool) in MsOS_ReallocateMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c217 MS_BOOL bMPool; member