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);
585 struct credbatch credbatch; in thread_reap_domain() local609 credbatch_prep(&credbatch); in thread_reap_domain()618 credbatch_add(&credbatch, itd); in thread_reap_domain()630 credbatch_process(&credbatch); in thread_reap_domain()640 credbatch_final(&credbatch); in thread_reap_domain()
1952 credbatch_add(struct credbatch *crb, struct thread *td) in credbatch_add()1978 credbatch_final(struct credbatch *crb) in credbatch_final()