Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ crcowfree
Function
crcowfree
freebsd/kern/kern_prot.c:1916–1924 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1914
}
1915
1916
void
1917
crcowfree(struct thread *td)
1918
{
1919
struct ucred *cr;
1920
1921
cr = crunuse(td);
1922
if (cr != NULL)
1923
crfree(cr);
1924
}
1925
1926
struct ucred *
1927
crcowsync(void)
Callers
2
thread_cow_free
Function · 0.85
create_init
Function · 0.85
Calls
2
crunuse
Function · 0.85
crfree
Function · 0.70
Tested by
no test coverage detected