Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rob_ring_free
Function
rob_ring_free
dpdk/drivers/event/sw/event_ring.h:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
static inline void
52
rob_ring_free(struct rob_ring *r)
53
{
54
rte_free(r);
55
}
56
57
static __rte_always_inline unsigned int
58
rob_ring_count(const struct rob_ring *r)
Callers
2
qid_init
Function · 0.85
sw_queue_release
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected