Lines Matching refs:__read_mostly
330 static u_int __read_mostly ncsize; /* the size as computed on creation or resizing */
338 static u_long __read_mostly ncnegfactor = 5; /* ratio of negative entries */
349 static u_int __read_mostly neg_min; /* the above recomputed against ncsize */
358 static __read_mostly CK_SLIST_HEAD(nchashhead, namecache) *nchashtbl;/* Hash Table */
359 static u_long __read_mostly nchash; /* size of hash table */
371 static bool __read_mostly cache_rename_add = true;
406 static u_int __read_mostly ncbuckethash;
407 static struct mtx_padalign __read_mostly *bucketlocks;
412 static u_int __read_mostly ncvnodehash;
413 static struct mtx __read_mostly *vnodelocks;
439 static int __read_mostly doingcache = 1; /* 1 => enable the cache */
566 static uma_zone_t __read_mostly cache_zone_small;
567 static uma_zone_t __read_mostly cache_zone_small_ts;
568 static uma_zone_t __read_mostly cache_zone_large;
569 static uma_zone_t __read_mostly cache_zone_large_ts;