Lines Matching refs:__read_mostly
407 static u_int __read_mostly ncsize; /* the size as computed on creation or resizing */
415 static u_long __read_mostly ncnegfactor = 5; /* ratio of negative entries */
426 static u_int __read_mostly neg_min; /* the above recomputed against ncsize */
435 static __read_mostly CK_SLIST_HEAD(nchashhead, namecache) *nchashtbl;/* Hash Table */
436 static u_long __read_mostly nchash; /* size of hash table */
475 static u_int __read_mostly ncbuckethash;
476 static struct mtx_padalign __read_mostly *bucketlocks;
481 static u_int __read_mostly ncvnodehash;
482 static struct mtx __read_mostly *vnodelocks;
508 static int __read_mostly doingcache = 1; /* 1 => enable the cache */
627 static uma_zone_t __read_mostly cache_zone_small;
628 static uma_zone_t __read_mostly cache_zone_small_ts;
629 static uma_zone_t __read_mostly cache_zone_large;
630 static uma_zone_t __read_mostly cache_zone_large_ts;