Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cache_unlock_all_buckets
Function
cache_unlock_all_buckets
freebsd/kern/vfs_cache.c:811–818 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
809
}
810
811
static void
812
cache_unlock_all_buckets(void)
813
{
814
u_int i;
815
816
for (i = 0; i < numbucketlocks; i++)
817
mtx_unlock(&bucketlocks[i]);
818
}
819
820
static void
821
cache_lock_all_vnodes(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_unlock
Function · 0.70
Tested by
no test coverage detected