Searched refs:UNLIKELY (Results 1 – 2 of 2) sorted by relevance
15 #ifndef UNLIKELY16 #define UNLIKELY(x) __builtin_expect((x),0) macro
810 if (UNLIKELY((idx) == (ring_size))) {\