Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDvfs_cache.c478 #define numbucketlocks (ncbuckethash + 1) macro
894 for (i = 0; i < numbucketlocks; i++) in cache_lock_all_buckets()
903 for (i = 0; i < numbucketlocks; i++) in cache_unlock_all_buckets()
2699 bucketlocks = malloc(sizeof(*bucketlocks) * numbucketlocks, M_VFSCACHE, in nchinit()
2701 for (i = 0; i < numbucketlocks; i++) in nchinit()
2805 if (newmaxvnodes < numbucketlocks) in cache_changesize()
2806 newmaxvnodes = numbucketlocks; in cache_changesize()