Home
last modified time | relevance | path

Searched refs:g_mtcp (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/core/src/
H A Dsocket.c73 mtcp_manager_t mtcp = g_mtcp[mctx->cpu]; in AllocateSocket()
135 mtcp_manager_t mtcp = g_mtcp[mctx->cpu]; in FreeSocket()
175 return &g_mtcp[mctx->cpu]->smap[sockid]; in GetSocket()
H A Dcore.c320 PrintThreadNetworkStats(g_mtcp[i], &ns); in PrintNetworkStats()
322 gflow_cnt += g_mtcp[i]->flow_cnt; in PrintNetworkStats()
379 PrintThreadRoundStats(g_mtcp[i], &rs); in PrintNetworkStats()
405 PrintThreadRoundTime(g_mtcp[i]); in PrintNetworkStats()
412 if (running[i] && g_mtcp[i]->ep) { in PrintNetworkStats()
413 PrintEventStat(i, &g_mtcp[i]->ep->stat); in PrintNetworkStats()
1093 g_mtcp[ctx->cpu] = mtcp; in InitializeMTCPManager()
1714 g_mtcp[i] = NULL; in mtcp_init()
H A Dapi.c64 if (!g_mtcp[mctx->cpu] || g_mtcp[mctx->cpu]->ctx->done || g_mtcp[mctx->cpu]->ctx->exit) { in GetMTCPManager()
69 return g_mtcp[mctx->cpu]; in GetMTCPManager()
H A Deventpoll.c94 mtcp_manager_t mtcp = g_mtcp[mctx->cpu]; in mtcp_epoll_create()
/mOS-networking-stack/core/src/include/
H A Dmtcp.h340 struct mtcp_manager *g_mtcp[MAX_CPUS]; variable