Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_stack_std_init
Function
rte_stack_std_init
dpdk/lib/stack/rte_stack_std.c:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include
"rte_stack.h"
6
7
void
8
rte_stack_std_init(struct rte_stack *s)
9
{
10
rte_spinlock_init(&s->stack_std.lock);
11
}
12
13
ssize_t
14
rte_stack_std_get_memsize(unsigned int count)
Callers
1
rte_stack_init
Function · 0.85
Calls
1
rte_spinlock_init
Function · 0.85
Tested by
no test coverage detected