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

Function dma_pool_free

dpdk/drivers/net/hinic/base/hinic_pmd_hwdev.c:320–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void dma_pool_free(struct pci_pool *pool, void *vaddr, dma_addr_t dma)
321{
322 rte_atomic32_dec(&pool->inuse);
323 hinic_dma_mem_free(pool->hwdev, pool->elem_size, vaddr, dma);
324}
325
326#define HINIC_MAX_DMA_ENTRIES 8192
327int hinic_osdep_init(struct hinic_hwdev *hwdev)

Callers

nothing calls this directly

Calls 2

hinic_dma_mem_freeFunction · 0.85
rte_atomic32_decFunction · 0.50

Tested by

no test coverage detected