Home
last modified time | relevance | path

Searched refs:tdcountbatch (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thread.c345 struct tdcountbatch { struct
350 tdcountbatch_prep(struct tdcountbatch *tb) in tdcountbatch_prep() argument
357 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() local
660 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()