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()
2762 bucketlocks = malloc(sizeof(*bucketlocks) * numbucketlocks, M_VFSCACHE, in nchinit()
2764 for (i = 0; i < numbucketlocks; i++) in nchinit()
2868 if (newmaxvnodes < numbucketlocks) in cache_changesize()
2869 newmaxvnodes = numbucketlocks; in cache_changesize()