Home
last modified time | relevance | path

Searched refs:SMP_CACHE_ALIGN (Results 1 – 2 of 2) sorted by relevance

/include/net/libeth/
A Dcache.h31 #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))
/include/linux/
A Dcache.h22 #ifndef SMP_CACHE_ALIGN
23 #define SMP_CACHE_ALIGN(x) ALIGN(x, SMP_CACHE_BYTES) macro

Completed in 5 milliseconds