Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dvfs_hash.c46 static struct rwlock __exclusive_cache_line vfs_hash_lock;
Dsubr_vmem.c196 static struct mtx_padalign __exclusive_cache_line vmem_list_lock;
623 static struct mtx_padalign __exclusive_cache_line vmem_bt_lock;
Dvfs_cache.c215 static u_long __exclusive_cache_line numneg; /* number of negative entries allocated */
216 static u_long __exclusive_cache_line numcache;/* number of cache entries allocated */
227 static struct mtx __exclusive_cache_line ncneg_shrink_lock;
Dvfs_bio.c324 static struct mtx_padalign __exclusive_cache_line bdlock;
330 static struct mtx_padalign __exclusive_cache_line rbreqlock;
335 static struct mtx_padalign __exclusive_cache_line bdirtylock;
383 struct bufdomain __exclusive_cache_line bdomain[BUF_DOMAINS];
384 struct bufqueue __exclusive_cache_line bqempty;
Dkern_proc.c134 struct sx __exclusive_cache_line allproc_lock;
135 struct sx __exclusive_cache_line proctree_lock;
136 struct mtx __exclusive_cache_line ppeers_lock;
Dkern_mutex.c171 struct mtx __exclusive_cache_line Giant;
Dkern_sysctl.c92 static struct sx __exclusive_cache_line sysctlmemlock;
Dkern_descrip.c177 volatile int __exclusive_cache_line openfiles; /* actual number of open files */
/freebsd-12-stable/sys/vm/
Dvm_pager.c170 struct mtx_padalign __exclusive_cache_line pbuf_mtx;
Dvm_meter.c100 u_long __exclusive_cache_line vm_user_wire_count;
Dvm_page.c122 struct mtx_padalign __exclusive_cache_line pa_lock[PA_LOCK_COUNT];
124 struct mtx_padalign __exclusive_cache_line vm_domainset_lock;
126 domainset_t __exclusive_cache_line vm_min_domains;
127 domainset_t __exclusive_cache_line vm_severe_domains;
Dswap_pager.c155 static __exclusive_cache_line u_long swap_reserved;
Duma_core.c136 static struct rwlock_padalign __exclusive_cache_line uma_rwlock;
/freebsd-12-stable/sys/sys/
Dsystm.h167 #define __exclusive_cache_line __aligned(CACHE_LINE_SIZE) \ macro
/freebsd-12-stable/sys/netinet/
Dip_reass.c140 static u_int __exclusive_cache_line nfrags;
/freebsd-12-stable/sys/netinet6/
Dfrag6.c119 static u_int __exclusive_cache_line frag6_nfrags;
/freebsd-12-stable/sys/amd64/amd64/
Dpmap.c413 static struct mtx __exclusive_cache_line pv_chunks_mutex;
414 static struct rwlock __exclusive_cache_line pv_list_locks[NPV_LIST_LOCKS];