Searched refs:ListPopFront (Results 1 – 6 of 6) sorted by relevance
65 q = ListPopFront(p); in GetFreeIovList()180 List *p = ListPopFront(unsent); in CheckUnsentList()364 queueNode = (QueueNode *)ListPopFront(&session->outboundQueue); in SendOutboundFrame()
225 *curFront = ListPopFront(&mutexList->head); in MutexListPopFront()387 blockFrame = (BlockFrame *)ListPopFront(&fileList->recvBlockList.head); in ClearRecvFileList()400 blockFrame = (BlockFrame *)ListPopFront(&fileList->innerRecvBlockHead); in ClearRecvFileList()666 blockFrame = (BlockFrame *)ListPopFront(&fileList->innerRecvBlockHead); in WriteBlockFrame()1708 fileList = (FileListTask *)ListPopFront(&fileManager->taskList.head); in ClearTask()
518 retranNode = (SendRetranRequestNode *)ListPopFront(&fileList->sendRetranList.head); in ClearSendFileList()976 cur = ListPopFront(¶->sendBlockFrameList.head); in GetMultipleBlockFrame()1098 blockFrame = (BlockFrame *)ListPopFront(¶->sendBlockFrameList.head); in ClearSendFrameList()
143 fileListInfo = (FileListInfo *)ListPopFront(&session->smallFileLists); in SendSmallList()171 fileListInfo = (FileListInfo *)ListPopFront(&session->pendingFileLists); in SendPendingList()1590 queueNode = (QueueNode *)ListPopFront(head); in ProcessDFileFrameList()
1422 DFileTrans *trans = (DFileTrans *)ListPopFront(&session->dFileTransChain); in ClearTransChain()
74 static inline List *ListPopFront(List *head) in ListPopFront() function