OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cacheline_aligned
(Results
1 - 25
of
120
) sorted by relevancy
1
2
3
4
5
/src/sys/kern/
subr_pserialize.c
52
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
kern_cctr.c
95
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
kern_module_hook.c
52
} module_hook
__cacheline_aligned
;
variable in typeref:struct:__anone55dcd900108 module_hook
subr_fault.c
57
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
subr_xcall.c
109
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
113
static void * xc_sihs[4]
__cacheline_aligned
;
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
subr_percpu.c
59
static krwlock_t percpu_swap_lock
__cacheline_aligned
;
variable in typeref:typename:krwlock_t percpu_swap_lock
67
} percpu_allocation
__cacheline_aligned
;
variable in typeref:struct:__anond2627cf50108 percpu_allocation
subr_ipi.c
65
static ipi_intr_t ipi_intrs[IPI_MAXREG]
__cacheline_aligned
;
83
static struct evcnt ipi_mboxfull_ev
__cacheline_aligned
;
variable in typeref:struct:evcnt ipi_mboxfull_ev
kern_turnstile.c
85
static tschain_t turnstile_chains[TS_HASH_SIZE]
__cacheline_aligned
;
90
} turnstile_locks[TS_HASH_SIZE]
__cacheline_aligned
;
uipc_sem.c
98
static kmutex_t ksem_lock
__cacheline_aligned
;
variable in typeref:typename:kmutex_t ksem_lock
99
static LIST_HEAD(,ksem) ksem_head
__cacheline_aligned
;
100
static u_int nsems_total
__cacheline_aligned
;
variable in typeref:typename:u_int nsems_total
101
static u_int nsems
__cacheline_aligned
;
variable in typeref:typename:u_int nsems
103
static krwlock_t ksem_pshared_lock
__cacheline_aligned
;
variable in typeref:typename:krwlock_t ksem_pshared_lock
104
static LIST_HEAD(, ksem) *ksem_pshared_hashtab
__cacheline_aligned
;
kern_synch.c
148
kcondvar_t lbolt
__cacheline_aligned
;
variable in typeref:typename:kcondvar_t lbolt
150
u_int sched_pstats_ticks
__cacheline_aligned
;
variable in typeref:typename:u_int sched_pstats_ticks
153
static struct evcnt kpreempt_ev_crit
__cacheline_aligned
;
variable in typeref:struct:evcnt kpreempt_ev_crit
154
static struct evcnt kpreempt_ev_klock
__cacheline_aligned
;
variable in typeref:struct:evcnt kpreempt_ev_klock
155
static struct evcnt kpreempt_ev_immed
__cacheline_aligned
;
variable in typeref:struct:evcnt kpreempt_ev_immed
sysv_shm.c
92
int shm_nused
__cacheline_aligned
;
variable in typeref:typename:int shm_nused
95
static kmutex_t shm_lock
__cacheline_aligned
;
variable in typeref:typename:kmutex_t shm_lock
96
static kcondvar_t * shm_cv
__cacheline_aligned
;
variable in typeref:typename:kcondvar_t * shm_cv
97
static int shm_last_free
__cacheline_aligned
;
variable in typeref:typename:int shm_last_free
98
static size_t shm_committed
__cacheline_aligned
;
variable in typeref:typename:size_t shm_committed
kern_tc.c
144
volatile time_t time__second
__cacheline_aligned
= 1;
variable in typeref:typename:volatile time_t time__second
145
volatile time_t time__uptime
__cacheline_aligned
= 1;
variable in typeref:typename:volatile time_t time__uptime
149
} time__uptime32
__cacheline_aligned
= {
variable in typeref:typename:volatile struct __anonf7e426b10108 time__uptime32
151
}, time__second32
__cacheline_aligned
= {
159
} timebase
__cacheline_aligned
;
variable in typeref:struct:__anonf7e426b10208 timebase
/src/sys/arch/arm/arm/
cpu_subr.c
70
volatile u_long arm_cpu_hatched[howmany(MAXCPUS, CPUINDEX_DIVISOR)]
__cacheline_aligned
= { 0 };
71
volatile u_long arm_cpu_mbox[howmany(MAXCPUS, CPUINDEX_DIVISOR)]
__cacheline_aligned
= { 0 };
/src/sys/uvm/
uvm_init.c
69
kmutex_t uvm_kentry_lock
__cacheline_aligned
;
variable in typeref:typename:kmutex_t uvm_kentry_lock
/src/sys/sys/
module_hook.h
35
#include <sys/param.h> /* for COHERENCY_UNIT, for
__cacheline_aligned
*/
56
} hook
__cacheline_aligned
;
/src/sys/arch/x86/x86/
x86_tlb.c
115
static volatile pmap_tlb_packet_t *volatile pmap_tlb_packet
__cacheline_aligned
;
variable in typeref:typename:volatile pmap_tlb_packet_t * volatile pmap_tlb_packet
116
static volatile u_int pmap_tlb_pendcount
__cacheline_aligned
;
variable in typeref:typename:volatile u_int pmap_tlb_pendcount
117
static struct evcnt pmap_tlb_evcnt
__cacheline_aligned
;
variable in typeref:struct:evcnt pmap_tlb_evcnt
spectre.c
168
static volatile unsigned long ibrs_cpu_barrier1
__cacheline_aligned
;
variable in typeref:typename:volatile unsigned long ibrs_cpu_barrier1
169
static volatile unsigned long ibrs_cpu_barrier2
__cacheline_aligned
;
variable in typeref:typename:volatile unsigned long ibrs_cpu_barrier2
569
static volatile unsigned long mds_cpu_barrier1
__cacheline_aligned
;
variable in typeref:typename:volatile unsigned long mds_cpu_barrier1
570
static volatile unsigned long mds_cpu_barrier2
__cacheline_aligned
;
variable in typeref:typename:volatile unsigned long mds_cpu_barrier2
/src/sys/external/bsd/drm2/linux/
linux_writecomb.c
56
} linux_writecomb
__cacheline_aligned
;
variable in typeref:struct:__anond598f1e40108 linux_writecomb
linux_atomic64.c
61
} atomic64_tab[PAGE_SIZE/CACHE_LINE_SIZE]
__cacheline_aligned
;
linux_wait_bit.c
52
} waitbittab[PAGE_SIZE/CACHE_LINE_SIZE]
__cacheline_aligned
;
/src/sys/net/npf/
if_npflog.c
68
static LIST_HEAD(, npflog_softc) npflog_if_list
__cacheline_aligned
;
/src/sys/netinet/
igmp.c
87
static struct pool igmp_rti_pool
__cacheline_aligned
;
variable in typeref:struct:pool igmp_rti_pool
88
static LIST_HEAD(, router_info) rti_head
__cacheline_aligned
;
89
static int igmp_timers_on
__cacheline_aligned
;
variable in typeref:typename:int igmp_timers_on
/src/sys/uvm/pmap/
pmap_pvt.c
66
} pv_unmanaged
__cacheline_aligned
;
variable in typeref:struct:__anon2e8ca3b70108 pv_unmanaged
/src/sys/arch/arm/broadcom/
bcm2835_bsc_acpi.c
65
} vb_vpu
__cacheline_aligned
= {
variable in typeref:struct:__anonac2661750108 vb_vpu
/src/sys/arch/riscv/riscv/
cpu_subr.c
80
volatile u_long riscv_cpu_hatched[N]
__cacheline_aligned
= { };
81
volatile u_long riscv_cpu_mbox[N]
__cacheline_aligned
= { };
Completed in 24 milliseconds
1
2
3
4
5
Indexes created Tue Oct 14 11:09:46 GMT 2025