Searched refs:clocksource_watchdog_kthread (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/time/
H A Dclocksource.c150 static int clocksource_watchdog_kthread(void *data);
156 * We cannot directly run clocksource_watchdog_kthread() here, because
168 kthread_run(clocksource_watchdog_kthread, NULL, "kwatchdog");
177 * If the clocksource is registered clocksource_watchdog_kthread() will
188 /* kick clocksource_watchdog_kthread() */
699 static int clocksource_watchdog_kthread(void *data) function

Completed in 106 milliseconds