Searched refs:tdcountbatch (Results 1 – 1 of 1) sorted by relevance
345 struct tdcountbatch { struct350 tdcountbatch_prep(struct tdcountbatch *tb) in tdcountbatch_prep() argument357 tdcountbatch_add(struct tdcountbatch *tb, struct thread *td __unused) in tdcountbatch_add()364 tdcountbatch_process(struct tdcountbatch *tb) in tdcountbatch_process()374 tdcountbatch_final(struct tdcountbatch *tb) in tdcountbatch_final()637 struct tdcountbatch tdcountbatch; in thread_reap_domain() local660 tdcountbatch_prep(&tdcountbatch); in thread_reap_domain()669 tdcountbatch_add(&tdcountbatch, itd); in thread_reap_domain()676 tdcountbatch_process(&tdcountbatch); in thread_reap_domain()684 tdcountbatch_final(&tdcountbatch); in thread_reap_domain()