Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_thread.c340 struct tdcountbatch { struct
345 tdcountbatch_prep(struct tdcountbatch *tb) in tdcountbatch_prep() argument
352 tdcountbatch_add(struct tdcountbatch *tb, struct thread *td __unused) in tdcountbatch_add()
359 tdcountbatch_process(struct tdcountbatch *tb) in tdcountbatch_process()
369 tdcountbatch_final(struct tdcountbatch *tb) in tdcountbatch_final()
634 struct tdcountbatch tdcountbatch; in thread_reap_domain() local
657 tdcountbatch_prep(&tdcountbatch); in thread_reap_domain()
666 tdcountbatch_add(&tdcountbatch, itd); in thread_reap_domain()
673 tdcountbatch_process(&tdcountbatch); in thread_reap_domain()
681 tdcountbatch_final(&tdcountbatch); in thread_reap_domain()