Searched refs:credbatch (Results 1 – 3 of 3) sorted by relevance
196 struct credbatch { struct203 credbatch_prep(struct credbatch *crb) in credbatch_prep() argument209 void credbatch_add(struct credbatch *crb, struct thread *td);212 credbatch_process(struct credbatch *crb __unused) in credbatch_process()217 void credbatch_final(struct credbatch *crb);
633 struct credbatch credbatch; in thread_reap_domain() local656 credbatch_prep(&credbatch); in thread_reap_domain()665 credbatch_add(&credbatch, itd); in thread_reap_domain()672 credbatch_process(&credbatch); in thread_reap_domain()680 credbatch_final(&credbatch); in thread_reap_domain()
2428 credbatch_add(struct credbatch *crb, struct thread *td) in credbatch_add()2454 credbatch_final(struct credbatch *crb) in credbatch_final()