Home
last modified time | relevance | path

Searched refs:pu8Head (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c390 MS_U8* pu8Head;
2011 … (pQueueInfo->pu8Tail- pQueueInfo->pu8Head+ pQueueInfo->pu8Write- pQueueInfo->pu8Read);
2016 return pQueueInfo->pu8Tail- pQueueInfo->pu8Head- _MsOS_QueueUsedSize(pQueueInfo);
2067 …_MsOS_Queue_Info[s32Id].pu8Head= (MS_U8*)malloc(u32AlignSize* (CYGNUM_KERNEL_SYNCH_MBOX_QUEUE_SIZE…
2068 if(!_MsOS_Queue_Info[s32Id].pu8Head)
2074 …_MsOS_Queue_Info[s32Id].pu8Read= _MsOS_Queue_Info[s32Id].pu8Write= _MsOS_Queue_Info[s32Id].pu8Head;
2075 _MsOS_Queue_Info[s32Id].pu8Tail= _MsOS_Queue_Info[s32Id].pu8Head+ u32QueueSize;
2115 if(_MsOS_Queue_Info[s32QueueId].pu8Head)
2117 free(_MsOS_Queue_Info[s32QueueId].pu8Head);
2119 _MsOS_Queue_Info[s32QueueId].pu8Head= NULL;
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c332 MS_U8* pu8Head;
2430 … (pQueueInfo->pu8Tail- pQueueInfo->pu8Head+ pQueueInfo->pu8Write- pQueueInfo->pu8Read);
2435 return pQueueInfo->pu8Tail- pQueueInfo->pu8Head- _MsOS_QueueUsedSize(pQueueInfo);
2486 …_MsOS_Queue_Info[s32Id].pu8Head= (MS_U8*)malloc(u32AlignSize* (CYGNUM_KERNEL_SYNCH_MBOX_QUEUE_SIZE…
2487 if(!_MsOS_Queue_Info[s32Id].pu8Head)
2493 …_MsOS_Queue_Info[s32Id].pu8Read= _MsOS_Queue_Info[s32Id].pu8Write= _MsOS_Queue_Info[s32Id].pu8Head;
2494 _MsOS_Queue_Info[s32Id].pu8Tail= _MsOS_Queue_Info[s32Id].pu8Head+ u32QueueSize;
2534 if(_MsOS_Queue_Info[s32QueueId].pu8Head)
2536 free(_MsOS_Queue_Info[s32QueueId].pu8Head);
2538 _MsOS_Queue_Info[s32QueueId].pu8Head= NULL;
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c436 MS_U8* pu8Head; member
2856 … (pQueueInfo->pu8Tail- pQueueInfo->pu8Head+ pQueueInfo->pu8Write- pQueueInfo->pu8Read); in _MsOS_QueueUsedSize()
2861 return pQueueInfo->pu8Tail- pQueueInfo->pu8Head- _MsOS_QueueUsedSize(pQueueInfo); in _MsOS_QueueFreeSize()
2948 …_MsOS_Queue_Info[s32Id].pu8Head= (MS_U8*)malloc(u32AlignSize* (CYGNUM_KERNEL_SYNCH_MBOX_QUEUE_SIZE… in MsOS_CreateQueue()
2949 if(!_MsOS_Queue_Info[s32Id].pu8Head) in MsOS_CreateQueue()
2955 …_MsOS_Queue_Info[s32Id].pu8Read= _MsOS_Queue_Info[s32Id].pu8Write= _MsOS_Queue_Info[s32Id].pu8Head; in MsOS_CreateQueue()
2956 _MsOS_Queue_Info[s32Id].pu8Tail= _MsOS_Queue_Info[s32Id].pu8Head+ u32QueueSize; in MsOS_CreateQueue()
3015 if(_MsOS_Queue_Info[s32QueueId].pu8Head) in MsOS_DeleteQueue()
3017 free(_MsOS_Queue_Info[s32QueueId].pu8Head); in MsOS_DeleteQueue()
3019 _MsOS_Queue_Info[s32QueueId].pu8Head= NULL; in MsOS_DeleteQueue()
[all …]