Home
last modified time | relevance | path

Searched refs:FDPOLLERR (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/vhost/
H A Dfd_man.c16 #define FDPOLLERR (POLLERR | POLLHUP | POLLNVAL) macro
279 if (rcb && pfd->revents & (POLLIN | FDPOLLERR)) in fdset_event_dispatch()
281 if (wcb && pfd->revents & (POLLOUT | FDPOLLERR)) in fdset_event_dispatch()