Home
last modified time | relevance | path

Searched refs:CK_CC_LIKELY (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/ck/include/
H A Dck_cc.h95 #ifndef CK_CC_LIKELY
96 #define CK_CC_LIKELY(x) x macro
H A Dck_sequence.h61 if (CK_CC_LIKELY((version & 1) == 0)) in ck_sequence_read_begin()
H A Dck_elide.h184 } while (CK_CC_LIKELY(--retry > 0)); \
H A Dck_ring.h193 if (CK_CC_LIKELY((producer - consumer) < mask)) { in _ck_ring_enqueue_mp()
/f-stack/freebsd/contrib/ck/include/gcc/
H A Dck_cc.h90 #define CK_CC_LIKELY(x) (__builtin_expect(!!(x), 1)) macro
/f-stack/freebsd/contrib/ck/src/
H A Dck_hs.c369 if (CK_CC_LIKELY(*cursor == CK_HS_EMPTY)) { in ck_hs_grow()
H A Dck_ht.c715 if (CK_CC_LIKELY(cursor->key == CK_HT_KEY_EMPTY)) { in ck_ht_grow_spmc()
H A Dck_rhs.c538 if (CK_CC_LIKELY(*cursor == CK_RHS_EMPTY)) { in ck_rhs_grow()