MCPcopy Create free account
hub / github.com/F-Stack/f-stack / create_ordered_qids

Function create_ordered_qids

dpdk/drivers/event/sw/sw_evdev_selftest.c:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234static inline int
235create_ordered_qids(struct test *t, int num_qids)
236{
237 return create_lb_qids(t, num_qids, RTE_SCHED_TYPE_ORDERED);
238}
239
240
241static inline int

Callers 3

test_priority_orderedFunction · 0.85
parallel_basicFunction · 0.85

Calls 1

create_lb_qidsFunction · 0.70

Tested by

no test coverage detected