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

Function fsdev_release

dpdk/drivers/crypto/bcmfs/bcmfs_device.c:159–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159static void
160fsdev_release(struct bcmfs_device *fsdev)
161{
162 if (fsdev == NULL)
163 return;
164
165 TAILQ_REMOVE(&fsdev_list, fsdev, next);
166 rte_free(fsdev);
167}
168
169static int
170cmprator(const void *a, const void *b)

Callers 2

bcmfs_vdev_probeFunction · 0.85
bcmfs_vdev_removeFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected