Lines Matching refs:__read_mostly
411 static u_int __read_mostly ncsize; /* the size as computed on creation or resizing */
419 static u_long __read_mostly ncnegfactor = 5; /* ratio of negative entries */
430 static u_int __read_mostly neg_min; /* the above recomputed against ncsize */
439 static __read_mostly CK_SLIST_HEAD(nchashhead, namecache) *nchashtbl;/* Hash Table */
440 static u_long __read_mostly nchash; /* size of hash table */
448 static bool __read_mostly cache_rename_add = true;
483 static u_int __read_mostly ncbuckethash;
484 static struct mtx_padalign __read_mostly *bucketlocks;
489 static u_int __read_mostly ncvnodehash;
490 static struct mtx __read_mostly *vnodelocks;
516 static int __read_mostly doingcache = 1; /* 1 => enable the cache */
641 static uma_zone_t __read_mostly cache_zone_small;
642 static uma_zone_t __read_mostly cache_zone_small_ts;
643 static uma_zone_t __read_mostly cache_zone_large;
644 static uma_zone_t __read_mostly cache_zone_large_ts;