Searched refs:credbatch (Results 1 – 3 of 3) sorted by relevance
193 struct credbatch { struct200 credbatch_prep(struct credbatch *crb) in credbatch_prep() argument206 void credbatch_add(struct credbatch *crb, struct thread *td);209 credbatch_process(struct credbatch *crb __unused) in credbatch_process()214 void credbatch_final(struct credbatch *crb);
631 struct credbatch credbatch; in thread_reap_domain() local654 credbatch_prep(&credbatch); in thread_reap_domain()663 credbatch_add(&credbatch, itd); in thread_reap_domain()670 credbatch_process(&credbatch); in thread_reap_domain()678 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()