MCPcopy 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
1916void
1917crcowfree(struct thread *td)
1918{
1919 struct ucred *cr;
1920
1921 cr = crunuse(td);
1922 if (cr != NULL)
1923 crfree(cr);
1924}
1925
1926struct ucred *
1927crcowsync(void)

Callers 2

thread_cow_freeFunction · 0.85
create_initFunction · 0.85

Calls 2

crunuseFunction · 0.85
crfreeFunction · 0.70

Tested by

no test coverage detected