Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
void
330
fdset_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
337
int
338
fdset_pipe_init(struct fdset *fdset)
Callers
3
fdset_pipe_init
Function · 0.85
rte_vhost_driver_start
Function · 0.85
vduse_device_create
Function · 0.85
Calls
2
fdset_del
Function · 0.85
close
Function · 0.50
Tested by
no test coverage detected