Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_hash.c46 static struct rwlock __exclusive_cache_line vfs_hash_lock;
H A Dkern_thread.c154 static __exclusive_cache_line struct mtx tid_lock;
163 static __exclusive_cache_line int nthreads;
H A Dkern_proc.c129 struct sx __exclusive_cache_line allproc_lock;
130 struct sx __exclusive_cache_line proctree_lock;
131 struct mtx __exclusive_cache_line ppeers_lock;
132 struct mtx __exclusive_cache_line procid_lock;
H A Dvfs_bio.c329 static struct mtx_padalign __exclusive_cache_line bdlock;
335 static struct mtx_padalign __exclusive_cache_line rbreqlock;
340 static struct mtx_padalign __exclusive_cache_line bdirtylock;
388 struct bufdomain __exclusive_cache_line bdomain[BUF_DOMAINS];
389 struct bufqueue __exclusive_cache_line bqempty;
H A Dsubr_vmem.c194 static struct mtx_padalign __exclusive_cache_line vmem_list_lock;
631 static struct mtx_padalign __exclusive_cache_line vmem_bt_lock;
H A Dkern_fork.c194 int __exclusive_cache_line nprocs = 1; /* process 0 */
H A Dkern_mutex.c181 struct mtx __exclusive_cache_line Giant;
H A Dvfs_cache.c362 static u_long __exclusive_cache_line numneg; /* number of negative entries allocated */
363 static u_long __exclusive_cache_line numcache;/* number of cache entries allocated */
375 static u_int __exclusive_cache_line neg_cycle;
H A Dvfs_subr.c143 static u_long __exclusive_cache_line numvnodes;
196 static long __exclusive_cache_line freevnodes;
222 static struct mtx __exclusive_cache_line vnode_list_mtx;
H A Dkern_sysctl.c104 static struct sx __exclusive_cache_line sysctlmemlock;
H A Dvfs_mount.c99 struct mtx_padalign __exclusive_cache_line mountlist_mtx;
H A Dkern_descrip.c183 static int __exclusive_cache_line openfiles; /* actual number of open files */
/f-stack/freebsd/vm/
H A Dvm_meter.c100 u_long __exclusive_cache_line vm_user_wire_count;
H A Dvm_page.c121 struct mtx_padalign __exclusive_cache_line pa_lock[PA_LOCK_COUNT];
123 struct mtx_padalign __exclusive_cache_line vm_domainset_lock;
125 domainset_t __exclusive_cache_line vm_min_domains;
126 domainset_t __exclusive_cache_line vm_severe_domains;
H A Dswap_pager.c155 static __exclusive_cache_line u_long swap_reserved;
H A Duma_core.c171 static struct rwlock_padalign __exclusive_cache_line uma_rwlock;
/f-stack/freebsd/sys/
H A Dsystm.h174 #define __exclusive_cache_line __aligned(CACHE_LINE_SIZE) \ macro
/f-stack/lib/
H A Dff_glue.c97 domainset_t __exclusive_cache_line vm_min_domains;
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c472 struct pv_chunks_list __exclusive_cache_line pv_chunks[PMAP_MEMDOM];
480 __exclusive_cache_line static struct pmap_large_md_page pv_dummy_large;
485 static struct rwlock __exclusive_cache_line pv_list_locks[NPV_LIST_LOCKS];