Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c576 static struct mtx_padalign __read_mostly *bucketlocks; variable
578 ((struct mtx *)(&bucketlocks[((hash) & ncbuckethash)]))
1008 mtx_lock(&bucketlocks[i]); in cache_lock_all_buckets()
1017 mtx_unlock(&bucketlocks[i]); in cache_unlock_all_buckets()
2790 bucketlocks = malloc(sizeof(*bucketlocks) * numbucketlocks, M_VFSCACHE, in nchinit()
2793 mtx_init(&bucketlocks[i], "ncbuc", NULL, MTX_DUPOK | MTX_RECURSE); in nchinit()