Searched refs:epitemPool (Results 1 – 3 of 3) sorted by relevance
437 if (g_spunge->epitemPool != FILLP_NULL_PTR) { in FtFreeEpollResource()438 DympDestroyPool(g_spunge->epitemPool); in FtFreeEpollResource()439 g_spunge->epitemPool = FILLP_NULL_PTR; in FtFreeEpollResource()451 …g_spunge->epitemPool = DympCreatePool(FILLP_EPOLL_ITEM_INIT_NUM, (int)g_spunge->resConf.maxEpollEv… in FtAllocateEpollResource()453 if (g_spunge->epitemPool == FILLP_NULL_PTR) { in FtAllocateEpollResource()457 DympSetConsSafe(g_spunge->epitemPool, FILLP_TRUE); in FtAllocateEpollResource()458 DympSetProdSafe(g_spunge->epitemPool, FILLP_TRUE); in FtAllocateEpollResource()
140 DympoolType *epitemPool; /* epitem */ member
125 FILLP_INT ret = DympAlloc(g_spunge->epitemPool, (void **)&epi, FILLP_FALSE); in EpollMallocEpitem()