Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dclocksource.c7 kthread_run(rs_clocksource_watchdog_kthread, NULL, "clocksource_watchdog"); in run_watchdog_kthread()
Dclocksource.h5 extern int rs_clocksource_watchdog_kthread(void *_data);
Dclocksource.rs847 pub extern "C" fn rs_clocksource_watchdog_kthread(_data: c_void) -> i32 { in rs_clocksource_watchdog_kthread() function