Home
last modified time | relevance | path

Searched refs:__cacheline_aligned (Results 1 – 20 of 20) sorted by relevance

/linux/include/linux/
H A Dcache.h71 #ifndef __cacheline_aligned
72 #define __cacheline_aligned \ macro
75 #endif /* __cacheline_aligned */
79 #define __cacheline_aligned_in_smp __cacheline_aligned
/linux/arch/hexagon/include/asm/
H A Dcache.h17 #define __cacheline_aligned __aligned(L1_CACHE_BYTES) macro
/linux/arch/nios2/include/asm/
H A Dcache.h23 #define __cacheline_aligned macro
/linux/net/core/
H A Dhotdata.c10 struct net_hotdata net_hotdata __cacheline_aligned = { variable
/linux/tools/testing/selftests/powerpc/alignment/
H A Dcopy_first_unaligned.c47 char cacheline_buf[128] __cacheline_aligned;
/linux/arch/powerpc/platforms/pseries/
H A Dio_event_irq.c62 static char ioei_rtas_buf[RTAS_DATA_BUF_SIZE] __cacheline_aligned;
/linux/lib/crypto/
H A Daes.c16 static volatile const u8 __cacheline_aligned aes_sbox[] = {
51 static volatile const u8 __cacheline_aligned aes_inv_sbox[] = {
/linux/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c57 static struct engine_mmio gen8_engine_mmio_list[] __cacheline_aligned = {
89 static struct engine_mmio gen9_engine_mmio_list[] __cacheline_aligned = {
/linux/drivers/md/dm-vdo/
H A Dmemory-alloc.c87 } memory_stats __cacheline_aligned; variable
/linux/mm/
H A Dsparse.c41 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 Dfilemap.c1062 static wait_queue_head_t folio_wait_table[PAGE_WAIT_TABLE_SIZE] __cacheline_aligned;
/linux/arch/alpha/kernel/
H A Dsmp.c61 } ipi_data[NR_CPUS] __cacheline_aligned;
H A Dsmc37c669.c1095 static __cacheline_aligned DEFINE_SPINLOCK(smc_lock);
/linux/arch/sparc/kernel/
H A Dtime_64.c196 static struct sparc64_tick_ops tick_operations __cacheline_aligned = { variable
/linux/arch/x86/kernel/
H A Dhpet.c784 static union hpet_lock hpet __cacheline_aligned = { variable
/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c90 __ip_vs_conntbl_lock_array[CT_LOCKARRAY_SIZE] __cacheline_aligned;
/linux/fs/gfs2/
H A Dglock.c86 static wait_queue_head_t glock_wait_table[GLOCK_WAIT_TABLE_SIZE] __cacheline_aligned;
/linux/kernel/
H A Dfork.c155 __cacheline_aligned DEFINE_RWLOCK(tasklist_lock); /* outer */
/linux/kernel/module/
H A Dmain.c83 struct mod_tree_root mod_tree __cacheline_aligned = { variable
/linux/kernel/bpf/
H A Dcore.c665 static struct latch_tree_root bpf_tree __cacheline_aligned; variable