Searched refs:maxRecvBlockListSize (Results 1 – 3 of 3) sorted by relevance
53 …(allSize >= (uint32_t)(dFileTrans->fileManager->maxRecvBlockListSize * FILE_RECV_LIST_IO_WRITE_THR… in SendBackPressureFrame()
1256 …fileManager->maxRecvBlockListSize = NSTACKX_WLAN_RECV_BLOCK_QUEUE_MAX_LEN * NSTACKX_FILE_MANAGER_T… in FileManagerSetRecvParaWithConnType()1258 …fileManager->maxRecvBlockListSize = NSTACKX_P2P_RECV_BLOCK_QUEUE_MAX_LEN * NSTACKX_FILE_MANAGER_TH… in FileManagerSetRecvParaWithConnType()1263 …"connect type is %u and max recv list size is %u", connectType, fileManager->maxRecvBlockListSize); in FileManagerSetRecvParaWithConnType()1506 uint16_t standardBlockSize, FileListMsgPara *msgPara, uint32_t maxRecvBlockListSize) in CreateRecvFileList() argument1528 if (MutexListInit(&fmFileList->recvBlockList, maxRecvBlockListSize) != NSTACKX_EOK) { in CreateRecvFileList()1568 … if (CheckReceiverManager(fileManager) != NSTACKX_EOK || fileManager->maxRecvBlockListSize == 0) { in FileManagerRecvFileTask()1589 fileManager->maxRecvBlockListSize); in FileManagerRecvFileTask()1653 if (recvListAllSize >= fileManager->maxRecvBlockListSize) { in CheckFileBlockListOverflow()
251 uint32_t maxRecvBlockListSize; member