Home
last modified time | relevance | path

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

12345

/netbsd/sys/kern/
H A Dkern_cctr.c95 static uint32_t cc_primary __cacheline_aligned; variable
96 static uint32_t cc_calibration_state __cacheline_aligned; variable
97 static kmutex_t cc_calibration_lock __cacheline_aligned; variable
H A Dsubr_xcall.c109 static xc_state_t xc_low_pri __cacheline_aligned; variable
112 static xc_state_t xc_high_pri __cacheline_aligned; variable
113 static void * xc_sihs[4] __cacheline_aligned;
116 static struct evcnt xc_unicast_ev __cacheline_aligned; variable
117 static struct evcnt xc_broadcast_ev __cacheline_aligned; variable
H A Dsubr_pserialize.c52 static kmutex_t psz_lock __cacheline_aligned; variable
53 static struct evcnt psz_ev_excl __cacheline_aligned = variable
H A Duipc_sem.c97 static kmutex_t ksem_lock __cacheline_aligned; variable
98 static LIST_HEAD(,ksem) ksem_head __cacheline_aligned;
99 static u_int nsems_total __cacheline_aligned; variable
100 static u_int nsems __cacheline_aligned; variable
102 static krwlock_t ksem_pshared_lock __cacheline_aligned; variable
103 static LIST_HEAD(, ksem) *ksem_pshared_hashtab __cacheline_aligned;
H A Dsubr_fault.c57 static fault_t fault_global __cacheline_aligned = { variable
65 static kmutex_t fault_global_lock __cacheline_aligned; variable
H A Dkern_synch.c143 kcondvar_t lbolt __cacheline_aligned; variable
145 u_int sched_pstats_ticks __cacheline_aligned; variable
148 static struct evcnt kpreempt_ev_crit __cacheline_aligned; variable
149 static struct evcnt kpreempt_ev_klock __cacheline_aligned; variable
150 static struct evcnt kpreempt_ev_immed __cacheline_aligned; variable
H A Dsubr_ipi.c65 static ipi_intr_t ipi_intrs[IPI_MAXREG] __cacheline_aligned;
83 static struct evcnt ipi_mboxfull_ev __cacheline_aligned; variable
H A Dkern_module_hook.c52 } module_hook __cacheline_aligned; variable
H A Dsysv_shm.c92 int shm_nused __cacheline_aligned; variable
95 static kmutex_t shm_lock __cacheline_aligned; variable
96 static kcondvar_t * shm_cv __cacheline_aligned; variable
97 static int shm_last_free __cacheline_aligned; variable
98 static size_t shm_committed __cacheline_aligned; variable
H A Dkern_tc.c144 volatile time_t time__second __cacheline_aligned = 1; variable
145 volatile time_t time__uptime __cacheline_aligned = 1; variable
149 } time__uptime32 __cacheline_aligned = { variable
151 }, time__second32 __cacheline_aligned = { variable
159 } timebase __cacheline_aligned; variable
H A Dsubr_percpu.c59 static krwlock_t percpu_swap_lock __cacheline_aligned; variable
67 } percpu_allocation __cacheline_aligned; variable
H A Dkern_sleepq.c68 sleeptab_t sleeptab __cacheline_aligned; variable
69 sleepqlock_t sleepq_locks[SLEEPTAB_HASH_SIZE] __cacheline_aligned;
H A Dkern_turnstile.c83 static tschain_t turnstile_chains[TS_HASH_SIZE] __cacheline_aligned;
89 } turnstile_locks[TS_HASH_SIZE] __cacheline_aligned;
/netbsd/sys/arch/arm/arm/
H A Dcpu_subr.c69 volatile u_long arm_cpu_hatched[howmany(MAXCPUS, CPUINDEX_DIVISOR)] __cacheline_aligned = { 0 };
70 volatile u_long arm_cpu_mbox[howmany(MAXCPUS, CPUINDEX_DIVISOR)] __cacheline_aligned = { 0 };
/netbsd/sys/arch/x86/x86/
H A Dx86_tlb.c115 static volatile pmap_tlb_packet_t *volatile pmap_tlb_packet __cacheline_aligned; variable
116 static volatile u_int pmap_tlb_pendcount __cacheline_aligned; variable
117 static struct evcnt pmap_tlb_evcnt __cacheline_aligned; variable
H A Dspectre.c168 static volatile unsigned long ibrs_cpu_barrier1 __cacheline_aligned; variable
169 static volatile unsigned long ibrs_cpu_barrier2 __cacheline_aligned; variable
569 static volatile unsigned long mds_cpu_barrier1 __cacheline_aligned; variable
570 static volatile unsigned long mds_cpu_barrier2 __cacheline_aligned; variable
/netbsd/sys/netinet/
H A Digmp.c87 static struct pool igmp_rti_pool __cacheline_aligned; variable
88 static LIST_HEAD(, router_info) rti_head __cacheline_aligned;
89 static int igmp_timers_on __cacheline_aligned; variable
/netbsd/sys/uvm/
H A Duvm_init.c69 kmutex_t uvm_kentry_lock __cacheline_aligned; variable
/netbsd/sys/sys/
H A Dmodule_hook.h56 } hook __cacheline_aligned;
/netbsd/sys/arch/riscv/riscv/
H A Dcpu_subr.c83 volatile u_long riscv_cpu_hatched[N] __cacheline_aligned = { };
84 volatile u_long riscv_cpu_mbox[N] __cacheline_aligned = { };
/netbsd/sys/arch/alpha/alpha/
H A Dpmap.c222 } kernel_pmap_store __cacheline_aligned; variable
258 static TAILQ_HEAD(, pmap) pmap_all_pmaps __cacheline_aligned;
379 static krwlock_t pmap_main_lock __cacheline_aligned; variable
380 static kmutex_t pmap_all_pmaps_lock __cacheline_aligned; variable
381 static krwlock_t pmap_growkernel_lock __cacheline_aligned; variable
391 } pmap_pvh_locks[64] __cacheline_aligned;
408 } pmap_pmap_locks[64] __cacheline_aligned;
627 } tlb_shootdown __cacheline_aligned; variable
631 static const struct pmap_tlb_context *tlb_context __cacheline_aligned; variable
632 static unsigned long tlb_pending __cacheline_aligned; variable
/netbsd/sys/net/npf/
H A Dif_npflog.c68 static LIST_HEAD(, npflog_softc) npflog_if_list __cacheline_aligned;
/netbsd/sys/external/bsd/drm2/linux/
H A Dlinux_writecomb.c56 } linux_writecomb __cacheline_aligned; variable
H A Dlinux_atomic64.c61 } atomic64_tab[PAGE_SIZE/CACHE_LINE_SIZE] __cacheline_aligned;
/netbsd/sys/arch/arm/broadcom/
H A Dbcm2835_bsc_acpi.c66 } vb_vpu __cacheline_aligned = { variable

12345