Searched refs:__cacheline_aligned_in_smp (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/arch/x86/include/asm/
H A Dcache.h18 #define __cacheline_aligned_in_smp \ macro
/linux-master/include/linux/
H A Dcache.h58 #ifndef __cacheline_aligned_in_smp
60 #define __cacheline_aligned_in_smp __cacheline_aligned macro
62 #define __cacheline_aligned_in_smp macro
H A Djiffies.h85 extern u64 __cacheline_aligned_in_smp jiffies_64;
86 extern unsigned long volatile __cacheline_aligned_in_smp __jiffy_arch_data jiffies;
/linux-master/kernel/time/
H A Djiffies.c43 __cacheline_aligned_in_smp DEFINE_RAW_SPINLOCK(jiffies_lock);
44 __cacheline_aligned_in_smp seqcount_raw_spinlock_t jiffies_seq =
H A Dtick-broadcast.c33 static __cacheline_aligned_in_smp DEFINE_RAW_SPINLOCK(tick_broadcast_lock);
H A Dtimer.c61 __visible u64 jiffies_64 __cacheline_aligned_in_smp = INITIAL_JIFFIES; variable
/linux-master/net/mptcp/
H A Dsyncookies.c35 static struct join_entry join_entries[COOKIE_JOIN_SLOTS] __cacheline_aligned_in_smp; variable in typeref:struct:join_entries
36 static spinlock_t join_entry_locks[COOKIE_JOIN_SLOTS] __cacheline_aligned_in_smp; variable
/linux-master/lib/
H A Datomic64.c30 } atomic64_lock[NR_LOCKS] __cacheline_aligned_in_smp = { variable in typeref:union:__anon380
/linux-master/arch/sparc/kernel/
H A Dtime_32.c53 static __cacheline_aligned_in_smp DEFINE_SEQLOCK(timer_cs_lock);
/linux-master/scripts/
H A Dtags.sh267 -I __cacheline_aligned,__cacheline_aligned_in_smp \
/linux-master/mm/
H A Dvmstat.c162 atomic_long_t vm_zone_stat[NR_VM_ZONE_STAT_ITEMS] __cacheline_aligned_in_smp; variable
163 atomic_long_t vm_node_stat[NR_VM_NODE_STAT_ITEMS] __cacheline_aligned_in_smp; variable
164 atomic_long_t vm_numa_event[NR_VM_NUMA_EVENT_ITEMS] __cacheline_aligned_in_smp; variable
H A Dhighmem.c131 static __cacheline_aligned_in_smp DEFINE_SPINLOCK(kmap_lock);
/linux-master/kernel/trace/
H A Dtrace_irqsoff.c83 static __cacheline_aligned_in_smp unsigned long max_sequence;
H A Dblktrace.c37 static __cacheline_aligned_in_smp DEFINE_RAW_SPINLOCK(running_trace_lock);
/linux-master/fs/
H A Dfile_table.c44 static struct percpu_counter nr_files __cacheline_aligned_in_smp; variable in typeref:struct:nr_files
H A Dinode.c61 static __cacheline_aligned_in_smp DEFINE_SPINLOCK(inode_hash_lock);
/linux-master/net/netfilter/
H A Dnf_conncount.c56 static spinlock_t nf_conncount_locks[CONNCOUNT_SLOTS] __cacheline_aligned_in_smp; variable
H A Dnf_conntrack_core.c57 __cacheline_aligned_in_smp spinlock_t nf_conntrack_locks[CONNTRACK_LOCKS];
60 __cacheline_aligned_in_smp DEFINE_SPINLOCK(nf_conntrack_expect_lock);
/linux-master/kernel/
H A Dsoftirq.c60 static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp; variable in typeref:struct:softirq_vec
H A Dpid.c110 static __cacheline_aligned_in_smp DEFINE_SPINLOCK(pidmap_lock);
H A Daudit_tree.c210 static __cacheline_aligned_in_smp DEFINE_SPINLOCK(hash_lock);
/linux-master/fs/quota/
H A Ddquot.c129 static __cacheline_aligned_in_smp DEFINE_SPINLOCK(dq_list_lock);
130 static __cacheline_aligned_in_smp DEFINE_SPINLOCK(dq_state_lock);
131 __cacheline_aligned_in_smp DEFINE_SPINLOCK(dq_data_lock);
/linux-master/kernel/irq/
H A Dirqdesc.c588 struct irq_desc irq_desc[NR_IRQS] __cacheline_aligned_in_smp = { variable in typeref:struct:irq_desc
/linux-master/block/
H A Dbdev.c306 static __cacheline_aligned_in_smp DEFINE_MUTEX(bdev_lock);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c51 crb_128M_2M_map[64] __cacheline_aligned_in_smp = { variable in typeref:struct:crb_128M_2M_map

Completed in 422 milliseconds

12