Searched refs:credbatch (Results 1 – 3 of 3) sorted by relevance
116 struct credbatch { struct123 credbatch_prep(struct credbatch *crb) in credbatch_prep() argument129 void credbatch_add(struct credbatch *crb, struct thread *td);132 credbatch_process(struct credbatch *crb __unused) in credbatch_process()137 void credbatch_final(struct credbatch *crb);
632 struct credbatch credbatch; in thread_reap_domain() local655 credbatch_prep(&credbatch); in thread_reap_domain()664 credbatch_add(&credbatch, itd); in thread_reap_domain()671 credbatch_process(&credbatch); in thread_reap_domain()679 credbatch_final(&credbatch); in thread_reap_domain()
2000 credbatch_add(struct credbatch *crb, struct thread *td) in credbatch_add()2026 credbatch_final(struct credbatch *crb) in credbatch_final()