Searched refs:softclock_thread (Results 1 – 1 of 1) sorted by relevance
82 static void softclock_thread(void *arg);383 error = kproc_kthread_add(softclock_thread, cc, &p, &td, in start_softclock()827 softclock_thread(void *arg) in softclock_thread() function