MCPcopy 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

97struct evt_test *evt_test_get(const char *name);
98
99static inline void *
100evt_test_priv(struct evt_test *test)
101{
102 return test->test_priv;
103}
104
105#endif /* _EVT_TEST_ */

Callers 15

perf_atq_eventdev_setupFunction · 0.85
pipeline_test_resultFunction · 0.85
pipeline_launch_lcoresFunction · 0.85
pipeline_ethdev_setupFunction · 0.85
pipeline_mempool_setupFunction · 0.85
pipeline_mempool_destroyFunction · 0.85
pipeline_test_setupFunction · 0.85
order_test_resultFunction · 0.85
order_test_setupFunction · 0.85
order_test_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected