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

Function credbatch_final

freebsd/kern/kern_prot.c:1977–1984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1975}
1976
1977void
1978credbatch_final(struct credbatch *crb)
1979{
1980
1981 MPASS(crb->cred != NULL);
1982 MPASS(crb->users > 0);
1983 crunusebatch(crb->cred, crb->users, crb->ref);
1984}
1985
1986/*
1987 * Allocate a zeroed cred structure.

Callers 1

thread_reap_domainFunction · 0.85

Calls 1

crunusebatchFunction · 0.85

Tested by

no test coverage detected