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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 167 milliseconds