Searched defs:__cacheline_aligned (Results 1 - 25 of 106) sorted by relevance

12345

/src/sys/uvm/
H A Duvm_init.c69 kmutex_t uvm_kentry_lock __cacheline_aligned; variable in typeref:typename:kmutex_t uvm_kentry_lock
H A Duvm_device.c57 static kmutex_t udv_lock __cacheline_aligned; variable in typeref:typename:kmutex_t udv_lock
H A Duvm_loan.c819 static krwlock_t uvm_loanzero_lock __cacheline_aligned; variable in typeref:typename:krwlock_t uvm_loanzero_lock
H A Duvm_pager.c81 kmutex_t pager_map_wanted_lock __cacheline_aligned; variable in typeref:typename:kmutex_t pager_map_wanted_lock
/src/sys/kern/
H A Dkern_module_hook.c52 } module_hook __cacheline_aligned; variable in typeref:struct:__anon75d0d5360108 module_hook
H A Dsubr_pserialize.c52 static kmutex_t psz_lock __cacheline_aligned; variable in typeref:typename:kmutex_t psz_lock
53 static struct evcnt psz_ev_excl __cacheline_aligned = variable in typeref:struct:evcnt psz_ev_excl
H A Dkern_cctr.c95 static uint32_t cc_primary __cacheline_aligned; variable in typeref:typename:uint32_t cc_primary
96 static uint32_t cc_calibration_state __cacheline_aligned; variable in typeref:typename:uint32_t cc_calibration_state
97 static kmutex_t cc_calibration_lock __cacheline_aligned; variable in typeref:typename:kmutex_t cc_calibration_lock
H A Dsubr_fault.c57 static fault_t fault_global __cacheline_aligned = { variable in typeref:typename:fault_t fault_global
65 static kmutex_t fault_global_lock __cacheline_aligned; variable in typeref:typename:kmutex_t fault_global_lock
H A Dkern_fork.c108 u_int nprocs __cacheline_aligned = 1; /* process 0 */ variable in typeref:typename:u_int nprocs
H A Dkern_heartbeat.c122 kmutex_t heartbeat_lock __cacheline_aligned; variable in typeref:typename:kmutex_t heartbeat_lock
H A Dsubr_cpufreq.c52 static kmutex_t cpufreq_lock __cacheline_aligned; variable in typeref:typename:kmutex_t cpufreq_lock
H A Dsubr_evcnt.c110 static kmutex_t evcnt_lock __cacheline_aligned; variable in typeref:typename:kmutex_t evcnt_lock
H A Dkern_sleepq.c71 sleeptab_t sleeptab __cacheline_aligned; variable in typeref:typename:sleeptab_t sleeptab
H A Dsubr_cpu.c78 kmutex_t cpu_lock __cacheline_aligned; variable in typeref:typename:kmutex_t cpu_lock
H A Dsubr_ipi.c83 static struct evcnt ipi_mboxfull_ev __cacheline_aligned; variable in typeref:struct:evcnt ipi_mboxfull_ev
H A Dsubr_xcall.c109 static xc_state_t xc_low_pri __cacheline_aligned; variable in typeref:typename:xc_state_t xc_low_pri
112 static xc_state_t xc_high_pri __cacheline_aligned; variable in typeref:typename:xc_state_t xc_high_pri
116 static struct evcnt xc_unicast_ev __cacheline_aligned; variable in typeref:struct:evcnt xc_unicast_ev
117 static struct evcnt xc_broadcast_ev __cacheline_aligned; variable in typeref:struct:evcnt xc_broadcast_ev
/src/sys/external/bsd/drm2/linux/
H A Dlinux_writecomb.c56 } linux_writecomb __cacheline_aligned; variable in typeref:struct:__anonfb36070a0108 linux_writecomb
/src/sys/uvm/pmap/
H A Dpmap_pvt.c66 } pv_unmanaged __cacheline_aligned; variable in typeref:struct:__anon4d51c85d0108 pv_unmanaged
H A Dpmap_tlb.c141 static kmutex_t pmap_tlb0_lock __cacheline_aligned; variable in typeref:typename:kmutex_t pmap_tlb0_lock
/src/sys/arch/arm/broadcom/
H A Dbcm2835_bsc_acpi.c65 } vb_vpu __cacheline_aligned = { variable in typeref:struct:__anon4cb226db0108 vb_vpu
H A Dbcm2835_emmc_acpi.c69 } vb_emmc __cacheline_aligned = { variable in typeref:struct:__anonf92c3aa50108 vb_emmc
/src/sys/netinet/
H A Digmp.c87 static struct pool igmp_rti_pool __cacheline_aligned; variable in typeref:struct:pool igmp_rti_pool
89 static int igmp_timers_on __cacheline_aligned; variable in typeref:typename:int igmp_timers_on
/src/sys/external/bsd/drm2/drm/
H A Ddrm_agp_hook.c50 } agp_hooks __cacheline_aligned; variable in typeref:struct:__anon3d3a694c0108 agp_hooks
/src/sys/external/bsd/common/linux/
H A Dlinux_rcu.c76 } gc __cacheline_aligned; variable in typeref:struct:__anon5ef7d8bc0108 gc
/src/sys/dev/
H A Dmm.c53 static kmutex_t dev_mem_lock __cacheline_aligned; variable in typeref:typename:kmutex_t dev_mem_lock

Completed in 16 milliseconds

12345