Lines Matching defs:cacheline
1083 * @cacheline: cacheline size
1088 * @cacheline is used to align subsections to avoid false cacheline
1091 #define PERCPU_INPUT(cacheline) \
1095 . = ALIGN(cacheline); \
1099 . = ALIGN(cacheline); \
1101 . = ALIGN(cacheline); \
1109 * @cacheline: cacheline size
1113 * @cacheline is used to align subsections to avoid false cacheline
1116 #define PERCPU_SECTION(cacheline) \
1119 PERCPU_INPUT(cacheline) \
1134 * A cacheline is typical/always less than a PAGE_SIZE so
1141 #define RW_DATA(cacheline, pagealigned, inittask) \
1147 CACHE_HOT_DATA(cacheline) \
1148 CACHELINE_ALIGNED_DATA(cacheline) \
1149 READ_MOSTLY_DATA(cacheline) \