MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cache_unlock_buckets_cel

Function cache_unlock_buckets_cel

freebsd/kern/vfs_cache.c:2142–2149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2140}
2141
2142static void
2143cache_unlock_buckets_cel(struct celockstate *cel)
2144{
2145
2146 if (cel->blp[0] != NULL)
2147 mtx_unlock(cel->blp[0]);
2148 mtx_unlock(cel->blp[1]);
2149}
2150
2151/*
2152 * Lock part of the cache affected by the insertion.

Callers 1

cache_enter_unlockFunction · 0.85

Calls 1

mtx_unlockFunction · 0.70

Tested by

no test coverage detected