Home
last modified time | relevance | path

Searched refs:__exclusive_cache_line (Results 1 – 23 of 23) sorted by relevance

/freebsd-14-stable/sys/kern/
HDvfs_hash.c44 static struct rwlock __exclusive_cache_line vfs_hash_lock;
HDkern_thread.c152 static __exclusive_cache_line struct mtx tid_lock;
161 static __exclusive_cache_line int nthreads;
HDvfs_bio.c334 static struct mtx_padalign __exclusive_cache_line bdlock;
340 static struct mtx_padalign __exclusive_cache_line rbreqlock;
345 static struct mtx_padalign __exclusive_cache_line bdirtylock;
398 struct bufdomain __exclusive_cache_line bdomain[BUF_DOMAINS];
399 struct bufqueue __exclusive_cache_line bqempty;
HDsubr_vmem.c192 static struct mtx_padalign __exclusive_cache_line vmem_list_lock;
629 static struct mtx_padalign __exclusive_cache_line vmem_bt_lock;
HDkern_proc.c135 struct sx __exclusive_cache_line allproc_lock;
136 struct sx __exclusive_cache_line proctree_lock;
137 struct mtx __exclusive_cache_line ppeers_lock;
138 struct mtx __exclusive_cache_line procid_lock;
HDkern_fork.c193 int __exclusive_cache_line nprocs = 1; /* process 0 */
HDkern_mutex.c179 struct mtx __exclusive_cache_line Giant;
HDvfs_subr.c144 static u_long __exclusive_cache_line numvnodes;
201 static long __exclusive_cache_line freevnodes;
245 static struct mtx __exclusive_cache_line vnode_list_mtx;
HDvfs_cache.c439 static u_long __exclusive_cache_line numneg; /* number of negative entries allocated */
440 static u_long __exclusive_cache_line numcache;/* number of cache entries allocated */
444 static u_int __exclusive_cache_line neg_cycle;
HDkern_sysctl.c104 static struct sx __exclusive_cache_line sysctlmemlock;
HDkern_event.c213 static unsigned int __exclusive_cache_line kq_ncallouts;
HDvfs_mount.c122 struct mtx_padalign __exclusive_cache_line mountlist_mtx;
HDkern_descrip.c194 static int __exclusive_cache_line openfiles; /* actual number of open files */
/freebsd-14-stable/sys/vm/
HDvm_meter.c98 u_long __exclusive_cache_line vm_user_wire_count;
HDvm_page.c119 struct mtx_padalign __exclusive_cache_line pa_lock[PA_LOCK_COUNT];
121 struct mtx_padalign __exclusive_cache_line vm_domainset_lock;
123 domainset_t __exclusive_cache_line vm_min_domains;
124 domainset_t __exclusive_cache_line vm_severe_domains;
HDswap_pager.c156 static __exclusive_cache_line u_long swap_reserved;
HDuma_core.c174 static struct rwlock_padalign __exclusive_cache_line uma_rwlock;
/freebsd-14-stable/sys/sys/
HDsystm.h93 #define __exclusive_cache_line __aligned(CACHE_LINE_SIZE) \ macro
/freebsd-14-stable/sys/netinet6/
HDfrag6.c118 static u_int __exclusive_cache_line frag6_nfrags;
/freebsd-14-stable/sys/netinet/
HDip_reass.c149 static u_int __exclusive_cache_line nfrags;
/freebsd-14-stable/sys/powerpc/aim/
HDmmu_radix.c678 static struct mtx __exclusive_cache_line pv_chunks_mutex;
679 static struct rwlock __exclusive_cache_line pv_list_locks[NPV_LIST_LOCKS];
/freebsd-14-stable/sys/amd64/amd64/
HDpmap.c524 struct pv_chunks_list __exclusive_cache_line pv_chunks[PMAP_MEMDOM];
532 __exclusive_cache_line static struct pmap_large_md_page pv_dummy_large;
537 static struct rwlock __exclusive_cache_line pv_list_locks[NPV_LIST_LOCKS];
/freebsd-14-stable/sys/arm64/arm64/
HDpmap.c193 __exclusive_cache_line static struct pmap_large_md_page pv_dummy_large;
335 struct pv_chunks_list __exclusive_cache_line pv_chunks[PMAP_MEMDOM];