Searched refs:unlikely (Results 1 – 6 of 6) sorted by relevance
38 #ifndef unlikely39 #define unlikely(x) __builtin_expect((x),0) macro
97 #define unlikely(x) __builtin_expect(!!(x), 0) macro125 return ( unlikely(i + 1 == r->num_slots) ? 0 : i + 1); in nm_ring_next()276 if (unlikely(l >= 1024)) { in nm_pkt_copy()
232 if (unlikely(qid == 0xFF)) in dpdk_send_pkts()272 if (unlikely(dpc->wmbufs[nif].m_table[i] == NULL)) { in dpdk_send_pkts()299 if (unlikely(dpc->wmbufs[nif].len == MAX_PKT_BURST)) in dpdk_get_wptr()332 if (unlikely(dpc->wmbufs[out_nif].len == MAX_PKT_BURST)) in dpdk_set_wptr()
70 if (unlikely(g_config.mos->num_cores == 1)) in netmap_init_handle()
46 if (unlikely(sarrays[device][qid].rx_bytes > stats->rx_bytes || in update_stats()
1322 # is unlikely to handle the host's binaries.