Symbol: __exclusive_cache_line
sys/amd64/amd64/pmap.c
565
struct pv_chunks_list __exclusive_cache_line pv_chunks[PMAP_MEMDOM];
sys/amd64/amd64/pmap.c
573
__exclusive_cache_line static struct pmap_large_md_page pv_dummy_large;
sys/amd64/amd64/pmap.c
578
static struct rwlock __exclusive_cache_line pv_list_locks[NPV_LIST_LOCKS];
sys/arm64/arm64/pmap.c
204
__exclusive_cache_line static struct pmap_large_md_page pv_dummy_large;
sys/arm64/arm64/pmap.c
349
struct pv_chunks_list __exclusive_cache_line pv_chunks[PMAP_MEMDOM];
sys/kern/kern_descrip.c
195
static int __exclusive_cache_line openfiles; /* actual number of open files */
sys/kern/kern_event.c
233
static unsigned int __exclusive_cache_line kq_ncallouts;
sys/kern/kern_fork.c
239
int __exclusive_cache_line nprocs = 1; /* process 0 */
sys/kern/kern_mutex.c
183
struct mtx __exclusive_cache_line Giant;
sys/kern/kern_proc.c
135
struct sx __exclusive_cache_line allproc_lock;
sys/kern/kern_proc.c
136
struct sx __exclusive_cache_line proctree_lock;
sys/kern/kern_proc.c
137
struct mtx __exclusive_cache_line ppeers_lock;
sys/kern/kern_proc.c
138
struct mtx __exclusive_cache_line procid_lock;
sys/kern/kern_sysctl.c
102
static struct sx __exclusive_cache_line sysctlmemlock;
sys/kern/kern_thread.c
156
static __exclusive_cache_line struct mtx tid_lock;
sys/kern/kern_thread.c
165
static __exclusive_cache_line int nthreads;
sys/kern/subr_vmem.c
242
static struct mtx_padalign __exclusive_cache_line vmem_list_lock;
sys/kern/subr_vmem.c
718
static struct mtx_padalign __exclusive_cache_line vmem_bt_lock;
sys/kern/vfs_bio.c
338
static struct mtx_padalign __exclusive_cache_line bdlock;
sys/kern/vfs_bio.c
344
static struct mtx_padalign __exclusive_cache_line rbreqlock;
sys/kern/vfs_bio.c
349
static struct mtx_padalign __exclusive_cache_line bdirtylock;
sys/kern/vfs_bio.c
402
struct bufdomain __exclusive_cache_line bdomain[BUF_DOMAINS];
sys/kern/vfs_bio.c
403
struct bufqueue __exclusive_cache_line bqempty;
sys/kern/vfs_cache.c
563
static u_long __exclusive_cache_line numneg; /* number of negative entries allocated */
sys/kern/vfs_cache.c
564
static u_long __exclusive_cache_line numcache;/* number of cache entries allocated */
sys/kern/vfs_cache.c
568
static u_int __exclusive_cache_line neg_cycle;
sys/kern/vfs_hash.c
43
static struct rwlock __exclusive_cache_line vfs_hash_lock;
sys/kern/vfs_mount.c
120
struct mtx_padalign __exclusive_cache_line mountlist_mtx;
sys/kern/vfs_subr.c
137
static u_long __exclusive_cache_line numvnodes;
sys/kern/vfs_subr.c
194
static long __exclusive_cache_line freevnodes;
sys/kern/vfs_subr.c
238
static struct mtx __exclusive_cache_line vnode_list_mtx;
sys/netinet/ip_mroute.c
142
static struct sx __exclusive_cache_line mrouter_teardown;
sys/netinet/ip_reass.c
146
static u_int __exclusive_cache_line nfrags;
sys/netinet6/frag6.c
117
static u_int __exclusive_cache_line frag6_nfrags;
sys/powerpc/aim/mmu_oea64.c
126
static struct rwlock __exclusive_cache_line pv_lock[PV_LOCK_COUNT];
sys/powerpc/aim/mmu_radix.c
678
static struct mtx __exclusive_cache_line pv_chunks_mutex;
sys/powerpc/aim/mmu_radix.c
679
static struct rwlock __exclusive_cache_line pv_list_locks[NPV_LIST_LOCKS];
sys/vm/swap_pager.c
164
static __exclusive_cache_line u_long swap_reserved;
sys/vm/uma_core.c
173
static struct rwlock_padalign __exclusive_cache_line uma_rwlock;
sys/vm/vm_meter.c
96
u_long __exclusive_cache_line vm_user_wire_count;
sys/vm/vm_page.c
118
struct mtx_padalign __exclusive_cache_line vm_domainset_lock;
sys/vm/vm_page.c
120
domainset_t __exclusive_cache_line vm_min_domains;
sys/vm/vm_page.c
121
domainset_t __exclusive_cache_line vm_severe_domains;