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

Function fdset_pipe_uninit

dpdk/lib/vhost/fd_man.c:329–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329void
330fdset_pipe_uninit(struct fdset *fdset)
331{
332 fdset_del(fdset, fdset->u.readfd);
333 close(fdset->u.readfd);
334 close(fdset->u.writefd);
335}
336
337int
338fdset_pipe_init(struct fdset *fdset)

Callers 3

fdset_pipe_initFunction · 0.85
rte_vhost_driver_startFunction · 0.85
vduse_device_createFunction · 0.85

Calls 2

fdset_delFunction · 0.85
closeFunction · 0.50

Tested by

no test coverage detected