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

Function cache_unlock_all_vnodes

freebsd/kern/vfs_cache.c:829–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829static void
830cache_unlock_all_vnodes(void)
831{
832 u_int i;
833
834 for (i = 0; i < numvnodelocks; i++)
835 mtx_unlock(&vnodelocks[i]);
836}
837
838static int
839cache_trylock_vnodes(struct mtx *vlp1, struct mtx *vlp2)

Callers 1

cache_changesizeFunction · 0.85

Calls 1

mtx_unlockFunction · 0.70

Tested by

no test coverage detected