Searched refs:thread_reap_callout_cb (Results 1 – 1 of 1) sorted by relevance
149 static void thread_reap_callout_cb(void *);544 callout_reset(&thread_reap_callout, 5 * hz, thread_reap_callout_cb, NULL); in threadinit()687 thread_reap_callout_cb(void *arg __unused) in thread_reap_callout_cb() function707 callout_reset(&thread_reap_callout, 5 * hz, thread_reap_callout_cb, NULL); in thread_reap_callout_cb()