Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c588 int limcount; in thread_reap_domain() local
612 limcount = 0; in thread_reap_domain()
621 if (limcount != 0) { in thread_reap_domain()
622 lim_freen(lim, limcount); in thread_reap_domain()
623 limcount = 0; in thread_reap_domain()
627 limcount++; in thread_reap_domain()
644 MPASS(limcount != 0); in thread_reap_domain()
645 lim_freen(lim, limcount); in thread_reap_domain()