Searched refs:SMP_CACHE_ALIGN (Results 1 – 2 of 2) sorted by relevance
31 #define __libeth_cls1(sz1) SMP_CACHE_ALIGN(sz1)32 #define __libeth_cls2(sz1, sz2) (SMP_CACHE_ALIGN(sz1) + SMP_CACHE_ALIGN(sz2))34 (SMP_CACHE_ALIGN(sz1) + SMP_CACHE_ALIGN(sz2) + SMP_CACHE_ALIGN(sz3))
25 #ifndef SMP_CACHE_ALIGN26 #define SMP_CACHE_ALIGN(x) ALIGN(x, SMP_CACHE_BYTES) macro
Completed in 5 milliseconds