Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dtime.c85 static clock_access_fn __read_persistent_clock = dummy_clock_access; variable
90 __read_persistent_clock(ts); in read_persistent_clock64()
102 if (__read_persistent_clock == dummy_clock_access && in register_persistent_clock()
107 __read_persistent_clock = read_persistent; in register_persistent_clock()
/linux-4.4.14/arch/powerpc/kernel/
Dtime.c732 static void __read_persistent_clock(struct timespec *ts) in __read_persistent_clock() function
762 __read_persistent_clock(ts); in read_persistent_clock()