MCPcopy 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
811static void
812cache_unlock_all_buckets(void)
813{
814 u_int i;
815
816 for (i = 0; i < numbucketlocks; i++)
817 mtx_unlock(&bucketlocks[i]);
818}
819
820static void
821cache_lock_all_vnodes(void)

Callers 3

cache_changesizeFunction · 0.85

Calls 1

mtx_unlockFunction · 0.70

Tested by

no test coverage detected