Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cluster_init
Function
cluster_init
dpdk/lib/graph/graph_stats.c:261–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
static void
262
cluster_init(struct cluster *cluster)
263
{
264
memset(cluster, 0, sizeof(*cluster));
265
}
266
267
static int
268
cluster_add(struct cluster *cluster, struct graph *graph)
Callers
1
rte_graph_cluster_stats_create
Function · 0.70
Calls
1
memset
Function · 0.85
Tested by
no test coverage detected