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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dclocksource.c190 static int clocksource_watchdog_kthread(void *data);
205 kthread_run(clocksource_watchdog_kthread, NULL, "kwatchdog");
415 static int clocksource_watchdog_kthread(void *data) function
451 static inline int clocksource_watchdog_kthread(void *data) { return 0; } function
604 clocksource_watchdog_kthread(NULL);

Completed in 93 milliseconds