softclock_thread
void softclock_thread(void *);
if (kthread_create(softclock_thread, NULL, NULL, "softclock"))