Searched refs:credbatch (Results 1 – 3 of 3) sorted by relevance
129 struct credbatch { struct136 credbatch_prep(struct credbatch *crb) in credbatch_prep() argument142 void credbatch_add(struct credbatch *crb, struct thread *td);145 credbatch_process(struct credbatch *crb __unused) in credbatch_process()150 void credbatch_final(struct credbatch *crb);
590 struct credbatch credbatch; in thread_reap_domain() local614 credbatch_prep(&credbatch); in thread_reap_domain()623 credbatch_add(&credbatch, itd); in thread_reap_domain()635 credbatch_process(&credbatch); in thread_reap_domain()645 credbatch_final(&credbatch); in thread_reap_domain()
2071 credbatch_add(struct credbatch *crb, struct thread *td) in credbatch_add()2097 credbatch_final(struct credbatch *crb) in credbatch_final()