Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2507
static void
2508
ncfreetbl(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_changesize
Function · 0.85
Calls
1
free
Function · 0.70
Tested by
no test coverage detected