Home
last modified time | relevance | path

Searched refs:closeq_int (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/
H A Dcore.c621 StreamInternalEnqueue(mtcp->closeq_int, stream); in HandleApplicationCalls()
666 max_cnt = mtcp->closeq_int->count; in HandleApplicationCalls()
668 stream = StreamInternalDequeue(mtcp->closeq_int); in HandleApplicationCalls()
671 StreamInternalEnqueue(mtcp->closeq_int, stream); in HandleApplicationCalls()
1240 mtcp->closeq_int = CreateInternalStreamQueue(g_config.mos->max_concurrency); in InitializeMTCPManager()
1241 if (!mtcp->closeq_int) { in InitializeMTCPManager()
1573 if (mtcp->closeq_int) { in mtcp_free_context()
1574 DestroyInternalStreamQueue(mtcp->closeq_int); in mtcp_free_context()
1575 mtcp->closeq_int = NULL; in mtcp_free_context()
/mOS-networking-stack/core/src/include/
H A Dmtcp.h252 stream_queue_int *closeq_int; /* internally maintained closeq */ member