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

Function flush

dpdk/drivers/event/dlb2/dlb2_selftest.c:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172static void
173flush(uint8_t id __rte_unused, struct rte_event event, void *arg __rte_unused)
174{
175 rte_pktmbuf_free(event.mbuf);
176}
177
178static int
179test_stop_flush(struct test *t) /* test to check we can properly flush events */

Callers 3

dlb2_flush_portFunction · 0.70
dsw_port_drain_bufFunction · 0.50
dsw_port_drain_in_ringFunction · 0.50

Calls 1

rte_pktmbuf_freeFunction · 0.85

Tested by

no test coverage detected