Searched refs:initCacheSize (Results 1 – 1 of 1) sorted by relevance
255 int initCacheSize; in FillpInitSendpcb() local266 initCacheSize = DYMP_GET_CUR_SIZE((DympoolType *)pcb->itemPool); in FillpInitSendpcb()267 pcb->curItemCount = (FILLP_UINT32)initCacheSize; in FillpInitSendpcb()269 FILLP_LOGINF("send init cache size:%d", initCacheSize); in FillpInitSendpcb()272 ret = SYS_ARCH_SEM_INIT(&pcb->sendSem, (FILLP_ULONG)initCacheSize); in FillpInitSendpcb()