Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ evt_test_priv
Function
evt_test_priv
dpdk/app/test-eventdev/evt_test.h:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
struct evt_test *evt_test_get(const char *name);
98
99
static inline void *
100
evt_test_priv(struct evt_test *test)
101
{
102
return test->test_priv;
103
}
104
105
#endif /* _EVT_TEST_ */
Callers
15
perf_atq_eventdev_setup
Function · 0.85
pipeline_atq_eventdev_setup
Function · 0.85
pipeline_test_result
Function · 0.85
pipeline_launch_lcores
Function · 0.85
pipeline_ethdev_setup
Function · 0.85
pipeline_event_port_setup
Function · 0.85
pipeline_mempool_setup
Function · 0.85
pipeline_mempool_destroy
Function · 0.85
pipeline_test_setup
Function · 0.85
order_test_result
Function · 0.85
order_test_setup
Function · 0.85
order_test_destroy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected