Home
last modified time | relevance | path

Searched defs:pfdset (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/vhost/
H A Dfd_man.c19 get_last_valid_idx(struct fdset *pfdset, int last_valid_idx) in get_last_valid_idx()
30 fdset_move(struct fdset *pfdset, int dst, int src) in fdset_move()
37 fdset_shrink_nolock(struct fdset *pfdset) in fdset_shrink_nolock()
56 fdset_shrink(struct fdset *pfdset) in fdset_shrink()
69 fdset_find_fd(struct fdset *pfdset, int fd) in fdset_find_fd()
80 fdset_add_fd(struct fdset *pfdset, int idx, int fd, in fdset_add_fd()
98 fdset_init(struct fdset *pfdset) in fdset_init()
116 fdset_add(struct fdset *pfdset, int fd, fd_cb rcb, fd_cb wcb, void *dat) in fdset_add()
147 fdset_del(struct fdset *pfdset, int fd) in fdset_del()
182 fdset_try_del(struct fdset *pfdset, int fd) in fdset_try_del()
[all …]