Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dclocksource-switch.c86 int change_clocksource(char *clocksource) in change_clocksource() function
132 if (change_clocksource(clocksource_list[0])) { in main()
140 if (change_clocksource(clocksource_list[i])) { in main()
158 if (change_clocksource(clocksource_list[i])) { in main()
163 change_clocksource(orig_clk); in main()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimekeeping.c1436 static int change_clocksource(void *data) in change_clocksource() function
1484 stop_machine(change_clocksource, clock, NULL); in timekeeping_notify()