Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cache_lock_all_buckets
Function
cache_lock_all_buckets
freebsd/kern/vfs_cache.c:802–809 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
800
}
801
802
static void
803
cache_lock_all_buckets(void)
804
{
805
u_int i;
806
807
for (i = 0; i < numbucketlocks; i++)
808
mtx_lock(&bucketlocks[i]);
809
}
810
811
static void
812
cache_unlock_all_buckets(void)
Callers
3
sysctl_debug_hashstat_rawnchash
Function · 0.85
sysctl_debug_hashstat_nchash
Function · 0.85
cache_changesize
Function · 0.85
Calls
1
mtx_lock
Function · 0.70
Tested by
no test coverage detected