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