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

Function credbatch_prep

freebsd/sys/ucred.h:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121};
122
123static inline void
124credbatch_prep(struct credbatch *crb)
125{
126 crb->cred = NULL;
127 crb->users = 0;
128 crb->ref = 0;
129}
130void credbatch_add(struct credbatch *crb, struct thread *td);
131
132static inline void

Callers 1

thread_reap_domainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected