Searched refs:SMP_CACHE_BYTES (Results 1 – 5 of 5) sorted by relevance
7 #ifndef SMP_CACHE_BYTES8 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro12 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
23 #define SMP_CACHE_ALIGN(x) ALIGN(x, SMP_CACHE_BYTES)73 __attribute__((__aligned__(SMP_CACHE_BYTES), \134 __aligned((__VA_ARGS__ + 0) ? : SMP_CACHE_BYTES)148 __aligned((__VA_ARGS__ + 0) ? : SMP_CACHE_BYTES)
477 r->batch = SMP_CACHE_BYTES * 2 / sizeof(*(r->queue)); in __ptr_ring_set_size()
256 #define SKB_DATA_ALIGN(X) ALIGN(X, SMP_CACHE_BYTES)
15 #if defined(CONFIG_64BIT) && SMP_CACHE_BYTES == 6449 static_assert(__alignof(type) >= SMP_CACHE_BYTES)
Completed in 18 milliseconds