Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dfd_man.h22 struct fdset { struct
27 int num; /* current fd number of this fdset */ argument
41 void fdset_init(struct fdset *pfdset); argument
H A Dfd_man.c324 fdset_pipe_uninit(struct fdset *fdset) in fdset_pipe_uninit()
332 fdset_pipe_init(struct fdset *fdset) in fdset_pipe_init()
358 fdset_pipe_notify(struct fdset *fdset) in fdset_pipe_notify()
H A Dsocket.c74 struct fdset fdset; member
/dpdk/drivers/event/dpaa/
H A Ddpaa_eventdev.c120 static void drain_4_bytes(int fd, fd_set *fdset) in drain_4_bytes()