OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
53
static struct evcnt psz_ev_excl
__cacheline_aligned
=
variable in typeref:struct:psz_ev_excl
kern_cctr.c
95
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
kern_module_hook.c
52
} module_hook
__cacheline_aligned
;
variable in typeref:struct:__anon6853
subr_xcall.c
109
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
;
variable
116
static struct evcnt xc_unicast_ev
__cacheline_aligned
;
variable in typeref:struct:xc_unicast_ev
117
static struct evcnt xc_broadcast_ev
__cacheline_aligned
;
variable in typeref:struct:xc_broadcast_ev
subr_fault.c
59
static fault_t fault_global
__cacheline_aligned
= {
variable
67
static kmutex_t fault_global_lock
__cacheline_aligned
;
variable
kern_turnstile.c
85
static tschain_t turnstile_chains[TS_HASH_SIZE]
__cacheline_aligned
;
variable
90
} turnstile_locks[TS_HASH_SIZE]
__cacheline_aligned
;
variable in typeref:union:__anon6857
subr_ipi.c
65
static ipi_intr_t ipi_intrs[IPI_MAXREG]
__cacheline_aligned
;
variable
83
static struct evcnt ipi_mboxfull_ev
__cacheline_aligned
;
variable in typeref:struct:ipi_mboxfull_ev
subr_percpu.c
61
static krwlock_t percpu_swap_lock
__cacheline_aligned
;
variable
69
} percpu_allocation
__cacheline_aligned
;
variable in typeref:struct:__anon6871
uipc_sem.c
98
static kmutex_t ksem_lock
__cacheline_aligned
;
variable
99
static LIST_HEAD(,ksem) ksem_head
__cacheline_aligned
;
100
static u_int nsems_total
__cacheline_aligned
;
variable
101
static u_int nsems
__cacheline_aligned
;
variable
103
static krwlock_t ksem_pshared_lock
__cacheline_aligned
;
variable
104
static LIST_HEAD(, ksem) *ksem_pshared_hashtab
__cacheline_aligned
;
kern_synch.c
148
kcondvar_t lbolt
__cacheline_aligned
;
variable
150
u_int sched_pstats_ticks
__cacheline_aligned
;
variable
153
static struct evcnt kpreempt_ev_crit
__cacheline_aligned
;
variable in typeref:struct:kpreempt_ev_crit
154
static struct evcnt kpreempt_ev_klock
__cacheline_aligned
;
variable in typeref:struct:kpreempt_ev_klock
155
static struct evcnt kpreempt_ev_immed
__cacheline_aligned
;
variable in typeref:struct:kpreempt_ev_immed
kern_tc.c
145
volatile time_t time__second
__cacheline_aligned
= 1;
variable
146
volatile time_t time__uptime
__cacheline_aligned
= 1;
variable
150
} time__uptime32
__cacheline_aligned
= {
variable in typeref:struct:__anon6855
152
}, time__second32
__cacheline_aligned
= {
variable in typeref:struct:__anon6855
160
} timebase
__cacheline_aligned
;
variable in typeref:struct:__anon6856
sysv_shm.c
92
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
/src/sys/arch/arm/arm/
cpu_subr.c
70
volatile u_long arm_cpu_hatched[howmany(MAXCPUS, CPUINDEX_DIVISOR)]
__cacheline_aligned
= { 0 };
variable
71
volatile u_long arm_cpu_mbox[howmany(MAXCPUS, CPUINDEX_DIVISOR)]
__cacheline_aligned
= { 0 };
variable
/src/sys/sys/
module_hook.h
35
#include <sys/param.h> /* for COHERENCY_UNIT, for
__cacheline_aligned
*/
56
} hook
__cacheline_aligned
;
/src/sys/uvm/
uvm_init.c
69
kmutex_t uvm_kentry_lock
__cacheline_aligned
;
variable
/src/sys/arch/x86/x86/
x86_tlb.c
115
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 in typeref:struct:pmap_tlb_evcnt
spectre.c
168
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
/src/sys/external/bsd/drm2/linux/
linux_writecomb.c
56
} linux_writecomb
__cacheline_aligned
;
variable in typeref:struct:__anon6033
linux_atomic64.c
61
} atomic64_tab[PAGE_SIZE/CACHE_LINE_SIZE]
__cacheline_aligned
;
variable in typeref:struct:__anon6028
linux_wait_bit.c
52
} waitbittab[PAGE_SIZE/CACHE_LINE_SIZE]
__cacheline_aligned
;
variable in typeref:struct:__anon6032
/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:igmp_rti_pool
88
static LIST_HEAD(, router_info) rti_head
__cacheline_aligned
;
89
static int igmp_timers_on
__cacheline_aligned
;
variable
/src/sys/arch/arm/broadcom/
bcm2835_bsc_acpi.c
65
} vb_vpu
__cacheline_aligned
= {
variable in typeref:struct:__anon1014
/src/sys/uvm/pmap/
pmap_pvt.c
66
} pv_unmanaged
__cacheline_aligned
;
variable in typeref:struct:__anon7779
/src/sys/arch/riscv/riscv/
cpu_subr.c
80
volatile u_long riscv_cpu_hatched[N]
__cacheline_aligned
= { };
variable
81
volatile u_long riscv_cpu_mbox[N]
__cacheline_aligned
= { };
variable
Completed in 30 milliseconds
1
2
3
4
5
Indexes created Sat Feb 21 08:20:20 UTC 2026