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

Function ncfreetbl

freebsd/kern/vfs_cache.c:2507–2512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2505}
2506
2507static void
2508ncfreetbl(struct nchashhead *hashtbl)
2509{
2510
2511 free(hashtbl, M_VFSCACHE);
2512}
2513
2514/*
2515 * Name cache initialization, from vfs_init() when we are booting

Callers 1

cache_changesizeFunction · 0.85

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected