Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
234
static inline int
235
create_ordered_qids(struct test *t, int num_qids)
236
{
237
return create_lb_qids(t, num_qids, RTE_SCHED_TYPE_ORDERED);
238
}
239
240
241
static inline int
Callers
3
test_priority_ordered
Function · 0.85
parallel_basic
Function · 0.85
ordered_atomic_hist_completion
Function · 0.85
Calls
1
create_lb_qids
Function · 0.70
Tested by
no test coverage detected