Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c561 #define numbucketlocks (ncbuckethash + 1) macro
977 for (i = 0; i < numbucketlocks; i++) in cache_lock_all_buckets()
986 for (i = 0; i < numbucketlocks; i++) in cache_unlock_all_buckets()
2782 bucketlocks = malloc(sizeof(*bucketlocks) * numbucketlocks, M_VFSCACHE, in nchinit()
2784 for (i = 0; i < numbucketlocks; i++) in nchinit()
2888 if (newmaxvnodes < numbucketlocks) in cache_changesize()
2889 newmaxvnodes = numbucketlocks; in cache_changesize()