Searched refs:credbatch (Results 1 – 3 of 3) sorted by relevance
204 struct credbatch { struct211 credbatch_prep(struct credbatch *crb) in credbatch_prep() argument217 void credbatch_add(struct credbatch *crb, struct thread *td);220 credbatch_process(struct credbatch *crb __unused) in credbatch_process()225 void credbatch_final(struct credbatch *crb);
635 struct credbatch credbatch; in thread_reap_domain() local658 credbatch_prep(&credbatch); in thread_reap_domain()667 credbatch_add(&credbatch, itd); in thread_reap_domain()674 credbatch_process(&credbatch); in thread_reap_domain()682 credbatch_final(&credbatch); in thread_reap_domain()
2554 credbatch_add(struct credbatch *crb, struct thread *td) in credbatch_add()2580 credbatch_final(struct credbatch *crb) in credbatch_final()