Lines Matching refs:__read_mostly
200 static __read_mostly LIST_HEAD(nchashhead, namecache) *nchashtbl;/* Hash Table */
201 static u_long __read_mostly nchash; /* size of hash table */
204 static u_long __read_mostly ncnegfactor = 12; /* ratio of negative entries */
216 u_int __read_mostly ncsizefactor = 2;
219 static u_int __read_mostly ncpurgeminvnodes;
222 static u_int __read_mostly ncneghitsrequeue = 8;
236 static struct neglist __read_mostly *neglists;
240 static u_int __read_mostly ncneghash;
249 static u_int __read_mostly ncbuckethash;
250 static struct rwlock_padalign __read_mostly *bucketlocks;
255 static u_int __read_mostly ncvnodehash;
256 static struct mtx __read_mostly *vnodelocks;
271 static uma_zone_t __read_mostly cache_zone_small;
272 static uma_zone_t __read_mostly cache_zone_small_ts;
273 static uma_zone_t __read_mostly cache_zone_large;
274 static uma_zone_t __read_mostly cache_zone_large_ts;
341 static int __read_mostly doingcache = 1; /* 1 => enable the cache */
357 static counter_u64_t __read_mostly name; \
2137 static int __read_mostly disablecwd;
2196 static int __read_mostly disablefullpath;