Searched refs:softclock_thread_mp (Results 1 – 1 of 1) sorted by relevance
178 void softclock_thread_mp(void *);780 if (kthread_create(softclock_thread_mp, NULL, NULL, "softclockmp")) in softclock_create_thread()821 softclock_thread_mp(void *arg) in softclock_thread_mp() function