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

Function fill_ring_elm

dpdk/app/test/test_ring_stress_impl.h:138–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138static void
139fill_ring_elm(struct ring_elem *elm, uint32_t fill)
140{
141 uint32_t i;
142
143 for (i = 0; i != RTE_DIM(elm->cnt); i++)
144 elm->cnt[i] = fill;
145}
146
147static int32_t
148check_updt_elem(struct ring_elem *elm[], uint32_t num,

Callers 2

test_workerFunction · 0.85
mt1_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected