Searched refs:pu8Head (Results 1 – 3 of 3) sorted by relevance
390 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 …]
332 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 …]
436 MS_U8* pu8Head; member2856 … (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 …]