Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_epoll.h48 #define RTE_EPOLL_PER_THREAD -1 /**< to hint using per thread epfd */ macro
/dpdk/lib/eal/linux/
H A Deal_interrupts.c1328 if (epfd == RTE_EPOLL_PER_THREAD) in eal_epoll_wait()
1401 if (epfd == RTE_EPOLL_PER_THREAD) in rte_epoll_ctl()
/dpdk/examples/l3fwd-power/
H A Dmain.c859 n = rte_epoll_wait(RTE_EPOLL_PER_THREAD, event, num, 10); in sleep_until_rx_interrupt()
912 RTE_EPOLL_PER_THREAD, in event_register()