tdcountbatch
tdcountbatch_prep(struct tdcountbatch *tb)
tdcountbatch_add(struct tdcountbatch *tb, struct thread *td __unused)
tdcountbatch_process(struct tdcountbatch *tb)
tdcountbatch_final(struct tdcountbatch *tb)
struct tdcountbatch tdcountbatch;
tdcountbatch_prep(&tdcountbatch);
tdcountbatch_add(&tdcountbatch, itd);
tdcountbatch_process(&tdcountbatch);
tdcountbatch_final(&tdcountbatch);