Searched defs:thread_conf (Results 1 – 2 of 2) sorted by relevance
76 struct thread_conf struct78 uint32_t counter;79 uint32_t n_mbufs;80 struct rte_mbuf **m_table;82 uint16_t rx_port;83 uint16_t tx_port;84 uint16_t rx_queue;85 uint16_t tx_queue;86 struct rte_ring *rx_ring;110 struct thread_conf rx_thread; argument
576 struct thread_conf { struct587 struct thread_conf conf; argument1900 struct thread_conf *thread_conf; in cpu_load_collector() local