| /linux/include/linux/ |
| H A D | cache.h | 71 #ifndef __cacheline_aligned 72 #define __cacheline_aligned \ macro 79 #define __cacheline_aligned_in_smp __cacheline_aligned
|
| /linux/arch/hexagon/include/asm/ |
| H A D | cache.h | 17 #define __cacheline_aligned __aligned(L1_CACHE_BYTES) macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | cache.h | 23 #define __cacheline_aligned macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | setup.h | 14 extern u64 __cacheline_aligned boot_args[4];
|
| /linux/net/core/ |
| H A D | hotdata.c | 10 struct net_hotdata net_hotdata __cacheline_aligned = { variable
|
| /linux/tools/testing/selftests/powerpc/alignment/ |
| H A D | copy_first_unaligned.c | 47 char cacheline_buf[128] __cacheline_aligned;
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | io_event_irq.c | 62 static char ioei_rtas_buf[RTAS_DATA_BUF_SIZE] __cacheline_aligned;
|
| /linux/scripts/ |
| H A D | tags.sh | 281 __cacheline_aligned __cacheline_aligned_in_smp
|
| /linux/tools/testing/selftests/powerpc/include/ |
| H A D | utils.h | 9 #define __cacheline_aligned __attribute__((aligned(128))) macro
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | mmio_context.c | 61 static struct engine_mmio gen8_engine_mmio_list[] __cacheline_aligned = { 93 static struct engine_mmio gen9_engine_mmio_list[] __cacheline_aligned = {
|
| /linux/kernel/sched/ |
| H A D | wait_bit.c | 13 static wait_queue_head_t bit_wait_table[WAIT_TABLE_SIZE] __cacheline_aligned;
|
| /linux/arch/arm64/kernel/ |
| H A D | setup.c | 88 u64 __cacheline_aligned boot_args[4];
|
| /linux/drivers/md/dm-vdo/ |
| H A D | memory-alloc.c | 87 } memory_stats __cacheline_aligned; variable
|
| /linux/mm/ |
| H A D | sparse.c | 41 static u8 section_to_node_table[NR_MEM_SECTIONS] __cacheline_aligned; 43 static u16 section_to_node_table[NR_MEM_SECTIONS] __cacheline_aligned;
|
| H A D | filemap.c | 1068 static wait_queue_head_t folio_wait_table[PAGE_WAIT_TABLE_SIZE] __cacheline_aligned;
|
| /linux/arch/xtensa/kernel/ |
| H A D | smp.c | 189 unsigned long cpu_start_id __cacheline_aligned; variable
|
| /linux/arch/alpha/kernel/ |
| H A D | smp.c | 61 } ipi_data[NR_CPUS] __cacheline_aligned;
|
| H A D | smc37c669.c | 1095 static __cacheline_aligned DEFINE_SPINLOCK(smc_lock);
|
| /linux/arch/sparc/kernel/ |
| H A D | time_64.c | 196 static struct sparc64_tick_ops tick_operations __cacheline_aligned = { variable
|
| /linux/arch/x86/kernel/ |
| H A D | hpet.c | 784 static union hpet_lock hpet __cacheline_aligned = { variable
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_conn.c | 89 __ip_vs_conntbl_lock_array[CT_LOCKARRAY_SIZE] __cacheline_aligned;
|
| /linux/fs/gfs2/ |
| H A D | glock.c | 87 static wait_queue_head_t glock_wait_table[GLOCK_WAIT_TABLE_SIZE] __cacheline_aligned;
|
| /linux/kernel/ |
| H A D | fork.c | 156 __cacheline_aligned DEFINE_RWLOCK(tasklist_lock); /* outer */
|
| /linux/kernel/module/ |
| H A D | main.c | 83 struct mod_tree_root mod_tree __cacheline_aligned = { variable
|
| /linux/kernel/bpf/ |
| H A D | core.c | 637 static struct latch_tree_root bpf_tree __cacheline_aligned; variable
|