Searched refs:thread_reap_callout (Results 1 – 1 of 1) sorted by relevance
145 static struct callout thread_reap_callout; variable591 callout_init(&thread_reap_callout, 1); in threadinit()592 callout_reset(&thread_reap_callout, 5 * hz, in threadinit()746 callout_reset(&thread_reap_callout, 5 * hz, in thread_reap_callout_cb()