credbatch
credbatch_add(struct credbatch *crb, struct thread *td)
credbatch_final(struct credbatch *crb)
struct credbatch credbatch;
credbatch_prep(&credbatch);
credbatch_add(&credbatch, itd);
credbatch_process(&credbatch);
credbatch_final(&credbatch);
credbatch_prep(struct credbatch *crb)
void credbatch_add(struct credbatch *crb, struct thread *td);
credbatch_process(struct credbatch *crb __unused)
void credbatch_final(struct credbatch *crb);