Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_eal_interrupts.h94 #define RTE_EPOLL_PER_THREAD -1 /**< to hint using per thread epfd */ macro
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_interrupts.c1295 if (epfd == RTE_EPOLL_PER_THREAD) in eal_epoll_wait()
1368 if (epfd == RTE_EPOLL_PER_THREAD) in rte_epoll_ctl()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c846 n = rte_epoll_wait(RTE_EPOLL_PER_THREAD, event, num, 10); in sleep_until_rx_interrupt()
899 RTE_EPOLL_PER_THREAD, in event_register()