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

/linux-master/kernel/time/
H A Dclocksource.c160 static int clocksource_watchdog_kthread(void *data);
166 * We cannot directly run clocksource_watchdog_kthread() here, because
178 kthread_run(clocksource_watchdog_kthread, NULL, "kwatchdog");
187 * If the clocksource is registered clocksource_watchdog_kthread() will
198 /* kick clocksource_watchdog_kthread() */
701 static int clocksource_watchdog_kthread(void *data) function

Completed in 123 milliseconds