Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dclocksource.c118 static int clocksource_watchdog_kthread(void *data);
142 kthread_run(clocksource_watchdog_kthread, NULL, "kwatchdog"); in clocksource_watchdog_work()
422 static int clocksource_watchdog_kthread(void *data) in clocksource_watchdog_kthread() function