Home
last modified time | relevance | path

Searched refs:freeQueqe (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c168 (void)FillpQueuePush(g_spunge->sockTable->freeQueqe, (void *)&sock, FILLP_FALSE, 1); in SockFreeSocket()
208 if (FillpQueuePush(table->freeQueqe, (void *)&sock, FILLP_TRUE, 1)) { in SpungeInitSocket()
264 ret = FillpQueuePop(g_spunge->sockTable->freeQueqe, (void *)&sock, 1); in SockAllocSocket()
266 FILLP_LOGDBG("sockets not available from the sockTable->freeQueqe"); in SockAllocSocket()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c196 table->freeQueqe = FillpQueueCreate("sock_free_table", (FILLP_SIZE_T)maxSock, SPUNGE_ALLOC_TYPE_CALLOC); in SpungeCreateSockTable()
198 if (table->freeQueqe == FILLP_NULL_PTR) { in SpungeCreateSockTable()
203 FillpQueueSetConsSafe(table->freeQueqe, FILLP_TRUE); in SpungeCreateSockTable()
204 FillpQueueSetProdSafe(table->freeQueqe, FILLP_TRUE); in SpungeCreateSockTable()
222 if (table->freeQueqe != FILLP_NULL_PTR) { in SpungeCreateSockTable()
223 FillpQueueDestroy(table->freeQueqe); in SpungeCreateSockTable()
224 table->freeQueqe = FILLP_NULL_PTR; in SpungeCreateSockTable()
247 if (table->freeQueqe != FILLP_NULL_PTR) { in SpungeDestroySockTable()
248 FillpQueueDestroy(table->freeQueqe); in SpungeDestroySockTable()
249 table->freeQueqe in SpungeDestroySockTable()
[all...]
H A Dspunge_stack.c234 (void)FillpQueuePush(g_spunge->sockTable->freeQueqe, (void *)&sock, FILLP_FALSE, 1); in SpungEpollClose()
301 (void)FillpQueuePush(g_spunge->sockTable->freeQueqe, (void *)&sock, FILLP_FALSE, 1); in SpungeFreeSock()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h201 FillpQueue *freeQueqe; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1375 FillpRingFreeEntries(&(g_spunge->sockTable->freeQueqe->ring))); in FtFillpStatShow()

Completed in 6 milliseconds