Searched refs:__cacheline_aligned (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/arch/hexagon/include/asm/
H A Dcache.h17 #define __cacheline_aligned __aligned(L1_CACHE_BYTES) macro
/linux-master/arch/nios2/include/asm/
H A Dcache.h23 #define __cacheline_aligned macro
/linux-master/net/core/
H A Dhotdata.c8 struct net_hotdata net_hotdata __cacheline_aligned = { variable in typeref:struct:net_hotdata
/linux-master/arch/arm64/include/asm/
H A Dsetup.h14 extern u64 __cacheline_aligned boot_args[4];
/linux-master/include/linux/
H A Dcache.h52 #ifndef __cacheline_aligned
53 #define __cacheline_aligned \ macro
56 #endif /* __cacheline_aligned */
60 #define __cacheline_aligned_in_smp __cacheline_aligned
/linux-master/tools/testing/selftests/powerpc/alignment/
H A Dcopy_first_unaligned.c47 char cacheline_buf[128] __cacheline_aligned; variable
/linux-master/arch/powerpc/platforms/pseries/
H A Dio_event_irq.c62 static char ioei_rtas_buf[RTAS_DATA_BUF_SIZE] __cacheline_aligned; variable
/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h9 #define __cacheline_aligned __attribute__((aligned(128))) macro
/linux-master/kernel/sched/
H A Dwait_bit.c10 static wait_queue_head_t bit_wait_table[WAIT_TABLE_SIZE] __cacheline_aligned; variable
/linux-master/scripts/
H A Dtags.sh267 -I __cacheline_aligned,__cacheline_aligned_in_smp \
/linux-master/drivers/md/dm-vdo/
H A Dmemory-alloc.c87 } memory_stats __cacheline_aligned; variable in typeref:struct:__anon755
/linux-master/lib/crypto/
H A Daes.c15 static volatile const u8 __cacheline_aligned aes_sbox[] = {
50 static volatile const u8 __cacheline_aligned aes_inv_sbox[] = {
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c57 static struct engine_mmio gen8_engine_mmio_list[] __cacheline_aligned = { variable in typeref:struct:gen8_engine_mmio_list
89 static struct engine_mmio gen9_engine_mmio_list[] __cacheline_aligned = { variable in typeref:struct:gen9_engine_mmio_list
/linux-master/mm/
H A Dsparse.c41 static u8 section_to_node_table[NR_MEM_SECTIONS] __cacheline_aligned; variable
43 static u16 section_to_node_table[NR_MEM_SECTIONS] __cacheline_aligned; variable
/linux-master/arch/arm64/kernel/
H A Dsetup.c87 u64 __cacheline_aligned boot_args[4];
/linux-master/arch/xtensa/kernel/
H A Dsmp.c189 unsigned long cpu_start_id __cacheline_aligned; variable
/linux-master/arch/alpha/kernel/
H A Dsmp.c60 } ipi_data[NR_CPUS] __cacheline_aligned; variable in typeref:struct:__anon5
H A Dsmc37c669.c1093 static __cacheline_aligned DEFINE_SPINLOCK(smc_lock);
/linux-master/arch/sparc/kernel/
H A Dtime_64.c195 static struct sparc64_tick_ops tick_operations __cacheline_aligned = { variable in typeref:struct:tick_operations
/linux-master/arch/x86/kernel/
H A Dhpet.c790 static union hpet_lock hpet __cacheline_aligned = { variable in typeref:union:hpet
/linux-master/net/netfilter/ipvs/
H A Dip_vs_conn.c90 __ip_vs_conntbl_lock_array[CT_LOCKARRAY_SIZE] __cacheline_aligned; variable in typeref:struct:__ip_vs_conntbl_lock_array
/linux-master/fs/gfs2/
H A Dglock.c88 static wait_queue_head_t glock_wait_table[GLOCK_WAIT_TABLE_SIZE] __cacheline_aligned; variable
/linux-master/kernel/bpf/
H A Dcore.c655 static struct latch_tree_root bpf_tree __cacheline_aligned; variable in typeref:struct:bpf_tree
/linux-master/kernel/module/
H A Dmain.c81 struct mod_tree_root mod_tree __cacheline_aligned = { variable in typeref:struct:mod_tree
/linux-master/kernel/
H A Dfork.c147 __cacheline_aligned DEFINE_RWLOCK(tasklist_lock); /* outer */

Completed in 528 milliseconds

12