Searched refs:freeQueqe (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | socket_common.c | 168 (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 D | spunge_core.c | 196 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 D | spunge_stack.c | 234 (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 D | sockets.h | 201 FillpQueue *freeQueqe; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | api.c | 1375 FillpRingFreeEntries(&(g_spunge->sockTable->freeQueqe->ring))); in FtFillpStatShow()
|
Completed in 6 milliseconds