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

Function iflib_dma_free_multi

freebsd/net/iflib.c:1494–1502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492}
1493
1494void
1495iflib_dma_free_multi(iflib_dma_info_t *dmalist, int count)
1496{
1497 int i;
1498 iflib_dma_info_t *dmaiter = dmalist;
1499
1500 for (i = 0; i < count; i++, dmaiter++)
1501 iflib_dma_free(*dmaiter);
1502}
1503
1504static int
1505iflib_fast_intr(void *arg)

Callers 1

iflib_dma_alloc_multiFunction · 0.85

Calls 1

iflib_dma_freeFunction · 0.85

Tested by

no test coverage detected