Home
last modified time | relevance | path

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

/linux/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))
/linux/include/linux/
A Dcache.h25 #ifndef SMP_CACHE_ALIGN
26 #define SMP_CACHE_ALIGN(x) ALIGN(x, SMP_CACHE_BYTES) macro

Completed in 5 milliseconds