MCPcopy 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
7void
8rte_stack_std_init(struct rte_stack *s)
9{
10 rte_spinlock_init(&s->stack_std.lock);
11}
12
13ssize_t
14rte_stack_std_get_memsize(unsigned int count)

Callers 1

rte_stack_initFunction · 0.85

Calls 1

rte_spinlock_initFunction · 0.85

Tested by

no test coverage detected