Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dfd_man.h23 struct fdset { struct
28 int num; /* current fd number of this fdset */ argument
42 void fdset_init(struct fdset *pfdset); argument
H A Dfd_man.c330 fdset_pipe_uninit(struct fdset *fdset) in fdset_pipe_uninit()
338 fdset_pipe_init(struct fdset *fdset) in fdset_pipe_init()
364 fdset_pipe_notify(struct fdset *fdset) in fdset_pipe_notify()
H A Dsocket.c74 struct fdset fdset; member
/f-stack/app/redis-5.0.5/src/
H A Drio.h83 } fdset; member
/f-stack/app/micro_thread/
H A Dmicro_thread.h220 void AddFdList(KqObjList* fdset) { in AddFdList()
/f-stack/dpdk/drivers/event/dpaa/
H A Ddpaa_eventdev.c120 static void drain_4_bytes(int fd, fd_set *fdset) in drain_4_bytes()