Searched refs:thread_reap_callout (Results 1 – 1 of 1) sorted by relevance
143 static struct callout thread_reap_callout; variable543 callout_init(&thread_reap_callout, 1); in threadinit()544 callout_reset(&thread_reap_callout, 5 * hz, thread_reap_callout_cb, NULL); in threadinit()707 callout_reset(&thread_reap_callout, 5 * hz, thread_reap_callout_cb, NULL); in thread_reap_callout_cb()