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

Function free_task_pool

dpdk/examples/vhost_blk/vhost_blk.c:583–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583static void
584free_task_pool(struct vhost_blk_ctrlr *ctrlr)
585{
586 int i;
587
588 for (i = 0; i < NUM_OF_BLK_QUEUES; i++)
589 rte_free(ctrlr->queues[i].tasks);
590}
591
592static int
593new_device(int vid)

Callers 1

destroy_deviceFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected