Searched refs:likely (Results 1 – 7 of 7) sorted by relevance
82 if (likely(mtcp->iom->set_wptr != NULL)) { in ForwardIPPacket()170 if (likely(mtcp->iom->dev_ioctl != NULL)) in IPOutputStandalone()232 if (likely(mtcp->iom->dev_ioctl != NULL)) in IPOutput()
246 if (likely(dpc->fd) >= 0) { in dpdk_send_pkts()387 dpc->rx_idle = (likely(ret != 0)) ? 0 : dpc->rx_idle + 1; in dpdk_recv_pkts()
209 if (likely(mtcp->iom->dev_ioctl != NULL)) in SendTCPPacketStandalone()344 if (likely(mtcp->iom->dev_ioctl != NULL)) in SendTCPPacket()
1004 if (likely(mtcp->iom->send_pkts != NULL)) in RunMainLoop()
35 #ifndef likely36 #define likely(x) __builtin_expect((x),1) macro
95 #ifndef likely96 #define likely(x) __builtin_expect(!!(x), 1) macro280 for (; likely(l > 0); l-=64) { in nm_pkt_copy()
200 disabling these options most likely decreases performance for high-latency and lossy