Searched refs:itd (Results 1 – 1 of 1) sorted by relevance
583 struct thread *itd, *ntd; in thread_reap_domain() local599 if (itd == NULL) in thread_reap_domain()614 while (itd != NULL) { in thread_reap_domain()615 ntd = itd->td_zombie; in thread_reap_domain()617 tidbatch_add(&tidbatch, itd); in thread_reap_domain()618 credbatch_add(&credbatch, itd); in thread_reap_domain()619 MPASS(itd->td_limit != NULL); in thread_reap_domain()620 if (lim != itd->td_limit) { in thread_reap_domain()626 lim = itd->td_limit; in thread_reap_domain()628 thread_free_batched(itd); in thread_reap_domain()[all …]