Home
last modified time | relevance | path

Searched refs:CK_CC_ALIGN (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/ck/include/gcc/
H A Dck_cc.h82 #define CK_CC_ALIGN(B) __attribute__((aligned(B))) macro
87 #define CK_CC_CACHELINE CK_CC_ALIGN(CK_MD_CACHELINE)
/freebsd/sys/contrib/ck/include/
H A Dck_cc.h89 #ifndef CK_CC_ALIGN
90 #define CK_CC_ALIGN(X) macro
H A Dck_ht.h74 } CK_CC_ALIGN(16);
80 } CK_CC_ALIGN(32);
H A Dck_bytelock.h48 uint8_t readers[CK_MD_CACHELINE - sizeof(unsigned int) * 2] CK_CC_ALIGN(8);
H A Dck_fifo.h209 } CK_CC_ALIGN(16);
/freebsd/sys/contrib/ck/src/
H A Dck_rhs.c93 } CK_CC_ALIGN(16);
100 } CK_CC_ALIGN(8);