Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c586 int tdcount; in thread_reap_domain() local
610 tdcount = 0; in thread_reap_domain()
631 tdcount++; in thread_reap_domain()
632 if (tdcount == 32) { in thread_reap_domain()
633 thread_count_sub(tdcount); in thread_reap_domain()
634 tdcount = 0; in thread_reap_domain()
641 if (tdcount != 0) { in thread_reap_domain()
642 thread_count_sub(tdcount); in thread_reap_domain()