Searched refs:thread_reap_callout (Results 1 – 1 of 1) sorted by relevance
141 static struct callout thread_reap_callout; variable587 callout_init(&thread_reap_callout, 1); in threadinit()588 callout_reset(&thread_reap_callout, 5 * hz, in threadinit()742 callout_reset(&thread_reap_callout, 5 * hz, in thread_reap_callout_cb()