__exclusive_cache_line
struct pv_chunks_list __exclusive_cache_line pv_chunks[PMAP_MEMDOM];
__exclusive_cache_line static struct pmap_large_md_page pv_dummy_large;
static struct rwlock __exclusive_cache_line pv_list_locks[NPV_LIST_LOCKS];
__exclusive_cache_line static struct pmap_large_md_page pv_dummy_large;
struct pv_chunks_list __exclusive_cache_line pv_chunks[PMAP_MEMDOM];
static int __exclusive_cache_line openfiles; /* actual number of open files */
static unsigned int __exclusive_cache_line kq_ncallouts;
int __exclusive_cache_line nprocs = 1; /* process 0 */
struct mtx __exclusive_cache_line Giant;
struct sx __exclusive_cache_line allproc_lock;
struct sx __exclusive_cache_line proctree_lock;
struct mtx __exclusive_cache_line ppeers_lock;
struct mtx __exclusive_cache_line procid_lock;
static struct sx __exclusive_cache_line sysctlmemlock;
static __exclusive_cache_line struct mtx tid_lock;
static __exclusive_cache_line int nthreads;
static struct mtx_padalign __exclusive_cache_line vmem_list_lock;
static struct mtx_padalign __exclusive_cache_line vmem_bt_lock;
static struct mtx_padalign __exclusive_cache_line bdlock;
static struct mtx_padalign __exclusive_cache_line rbreqlock;
static struct mtx_padalign __exclusive_cache_line bdirtylock;
struct bufdomain __exclusive_cache_line bdomain[BUF_DOMAINS];
struct bufqueue __exclusive_cache_line bqempty;
static u_long __exclusive_cache_line numneg; /* number of negative entries allocated */
static u_long __exclusive_cache_line numcache;/* number of cache entries allocated */
static u_int __exclusive_cache_line neg_cycle;
static struct rwlock __exclusive_cache_line vfs_hash_lock;
struct mtx_padalign __exclusive_cache_line mountlist_mtx;
static u_long __exclusive_cache_line numvnodes;
static long __exclusive_cache_line freevnodes;
static struct mtx __exclusive_cache_line vnode_list_mtx;
static struct sx __exclusive_cache_line mrouter_teardown;
static u_int __exclusive_cache_line nfrags;
static u_int __exclusive_cache_line frag6_nfrags;
static struct rwlock __exclusive_cache_line pv_lock[PV_LOCK_COUNT];
static struct mtx __exclusive_cache_line pv_chunks_mutex;
static struct rwlock __exclusive_cache_line pv_list_locks[NPV_LIST_LOCKS];
static __exclusive_cache_line u_long swap_reserved;
static struct rwlock_padalign __exclusive_cache_line uma_rwlock;
u_long __exclusive_cache_line vm_user_wire_count;
struct mtx_padalign __exclusive_cache_line vm_domainset_lock;
domainset_t __exclusive_cache_line vm_min_domains;
domainset_t __exclusive_cache_line vm_severe_domains;