OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cacheline_aligned
(Results
1 - 25
of
116
) sorted by relevancy
1
2
3
4
5
/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/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/kern/
kern_module_hook.c
52
} module_hook
__cacheline_aligned
;
variable in typeref:struct:__anon6853
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
subr_fault.c
59
static fault_t fault_global
__cacheline_aligned
= {
variable
67
static kmutex_t fault_global_lock
__cacheline_aligned
;
variable
kern_fork.c
110
u_int nprocs
__cacheline_aligned
= 1; /* process 0 */
variable
kern_heartbeat.c
123
kmutex_t heartbeat_lock
__cacheline_aligned
;
variable
kern_lock.c
77
__cacheline_aligned
;
variable in typeref:struct:kernel_lock
kern_sleepq.c
72
sleeptab_t sleeptab
__cacheline_aligned
;
variable
73
sleepqlock_t sleepq_locks[SLEEPTAB_HASH_SIZE]
__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_cpu.c
78
kmutex_t cpu_lock
__cacheline_aligned
;
variable
subr_evcnt.c
111
static kmutex_t evcnt_lock
__cacheline_aligned
;
variable
/src/sys/uvm/
uvm_init.c
69
kmutex_t uvm_kentry_lock
__cacheline_aligned
;
variable
uvm_device.c
57
static kmutex_t udv_lock
__cacheline_aligned
;
variable
/src/sys/arch/arm/broadcom/
bcm2835_bsc_acpi.c
65
} vb_vpu
__cacheline_aligned
= {
variable in typeref:struct:__anon1014
bcm2835_emmc_acpi.c
69
} vb_emmc
__cacheline_aligned
= {
variable in typeref:struct:__anon1018
/src/sys/uvm/pmap/
pmap_pvt.c
66
} pv_unmanaged
__cacheline_aligned
;
variable in typeref:struct:__anon7779
/src/sys/external/bsd/drm2/drm/
drm_agp_hook.c
50
} agp_hooks
__cacheline_aligned
;
variable in typeref:struct:__anon6007
/src/sys/dev/
mm.c
53
static kmutex_t dev_mem_lock
__cacheline_aligned
;
variable
/src/sys/external/bsd/common/linux/
linux_rcu.c
76
} gc
__cacheline_aligned
;
variable in typeref:struct:__anon4037
/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/arm32/
cpu.c
72
uint32_t arm_cpu_marker[2]
__cacheline_aligned
= { 0, 0 };
variable
Completed in 28 milliseconds
1
2
3
4
5
Indexes created Sat Feb 21 16:20:20 UTC 2026