Searched refs:fd_cb (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | fd_man.h | 12 typedef void (*fd_cb)(int fd, void *dat, int *remove); typedef 16 fd_cb rcb; /* callback when this fd is readable. */ 17 fd_cb wcb; /* callback when this fd is writeable.*/ 44 fd_cb rcb, fd_cb wcb, void *dat);
|
| H A D | fd_man.c | 81 fd_cb rcb, fd_cb wcb, void *dat) in fdset_add_fd() 116 fdset_add(struct fdset *pfdset, int fd, fd_cb rcb, fd_cb wcb, void *dat) in fdset_add() 221 fd_cb rcb, wcb; in fdset_event_dispatch()
|