Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_interrupts.c1403 int epfd_op; in rte_intr_rx_ctl() local
1418 epfd_op = EPOLL_CTL_ADD; in rte_intr_rx_ctl()
1432 rc = rte_epoll_ctl(epfd, epfd_op, in rte_intr_rx_ctl()
1442 epfd_op = EPOLL_CTL_DEL; in rte_intr_rx_ctl()
1450 rc = rte_epoll_ctl(rev->epfd, epfd_op, rev->fd, rev); in rte_intr_rx_ctl()