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

Function fdset_move

dpdk/lib/vhost/fd_man.c:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29static void
30fdset_move(struct fdset *pfdset, int dst, int src)
31{
32 pfdset->fd[dst] = pfdset->fd[src];
33 pfdset->rwfds[dst] = pfdset->rwfds[src];
34}
35
36static void
37fdset_shrink_nolock(struct fdset *pfdset)

Callers 1

fdset_shrink_nolockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected