Searched refs:credbatch (Results 1 – 3 of 3) sorted by relevance
117 struct credbatch { struct124 credbatch_prep(struct credbatch *crb) in credbatch_prep() argument130 void credbatch_add(struct credbatch *crb, struct thread *td);133 credbatch_process(struct credbatch *crb __unused) in credbatch_process()138 void credbatch_final(struct credbatch *crb);
586 struct credbatch credbatch; in thread_reap_domain() local610 credbatch_prep(&credbatch); in thread_reap_domain()619 credbatch_add(&credbatch, itd); in thread_reap_domain()631 credbatch_process(&credbatch); in thread_reap_domain()641 credbatch_final(&credbatch); in thread_reap_domain()
1953 credbatch_add(struct credbatch *crb, struct thread *td) in credbatch_add()1979 credbatch_final(struct credbatch *crb) in credbatch_final()