Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/include/gcc/
H A Dck_cc.h73 #define CK_CC_ALIGN(B) __attribute__((aligned(B))) macro
78 #define CK_CC_CACHELINE CK_CC_ALIGN(CK_MD_CACHELINE)
/f-stack/freebsd/contrib/ck/include/
H A Dck_cc.h87 #ifndef CK_CC_ALIGN
88 #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);
/f-stack/freebsd/contrib/ck/src/
H A Dck_rhs.c93 } CK_CC_ALIGN(16);
100 } CK_CC_ALIGN(8);