Searched refs:SET_CPU_BUSY (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 230 #define SET_CPU_BUSY(thread, counter) \ macro 241 #define SET_CPU_BUSY(thread, counter) macro 2045 SET_CPU_BUSY(tx_conf, CPU_POLL); in lthread_tx_per_ring() 2051 SET_CPU_BUSY(tx_conf, CPU_PROCESS); in lthread_tx_per_ring() 2107 SET_CPU_BUSY(tx_conf, CPU_PROCESS); in lthread_tx() 2174 SET_CPU_BUSY(rx_conf, CPU_POLL); in lthread_rx() 2341 SET_CPU_BUSY(tx_conf, CPU_PROCESS); in pthread_tx() 2356 SET_CPU_BUSY(tx_conf, CPU_POLL); in pthread_tx() 2366 SET_CPU_BUSY(tx_conf, CPU_PROCESS); in pthread_tx() 2419 SET_CPU_BUSY(rx_conf, CPU_POLL); in pthread_rx() [all …]
|